argocd 다른 소스를 set-file 파라미터로 지정 못하는 문제
### Argo CD - `set-file` 파라미터 문제 및 해결 #### 문제 설명 Argo CD에서 **다른 소스(repository)를 `set-file` 파라미터로 사용할 수 없는 문제**가 제기되었습니다. 자세한 내용은 [이슈 #13220](https://github.com/argoproj/argo-cd/issues/13220)에서 확인할 수 있습니다. #### 해결 방안 해당 문제는 **Argo CD 버전 2.13부터** 기능이 지원됩니다. 관련 PR: [PR #17941](https://github.com/argoproj/argo-cd/pull/17941) --- ### Argo Application (CRD) 수정 예제 아래는 `Application` CRD 수정 예제입니다: ```yaml project: default destination: server: https://192.168.3.13:31802/k8s/clusters/c-98qk8 namespace: cruz-apim-cloud syncPolicy: automated: prune: true selfHeal: true sources: - repoURL: https://nexus.direa.synology.me/repository/helm-hosted/ targetRevision: x helm: valueFiles: - values.yaml - $myRepo/common-values.yaml fileParameters: - name: files.applicationCloudYaml path: $myRepo/conf/application-cloud.yaml - name: files.engineMvcCloudYaml path: $myRepo/conf/engine-mvc-cloud.yaml chart: cruzapim - repoURL: https://gitlab.direa.synology.me/hyeonkyeong.park/helm-test.git targetRevision: master ref: myRepo name: helm-test
되돌아가기
수정
댓글 쓰기
댓글