fix(infra): argocd application grammar #3260
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
사실 Grafana와 Actions Runner Controller 관련
Application은 Argocd로 관리되고 있지 않습니다.대신 처음에
helm install&helm upgrade를 통해 수동으로 관리되고 있었습니다.Grafana는 문법 수정을 통해 해결했으며
ARC는 Helm의 Artifact를 pull 하는데 추가적인 시크릿을 요구하는 OCI 방식이 아니라 공개적으로 pull 가능한 HTTP 방식으로 전환하여 해결합니다.
Additional context
closes TAS-2249
Before submitting the PR, please make sure you do the following
fixes #123).