FIX(argocd): helm valueFiles paths in ArgoCD
- Applications - Update valueFiles paths from helm-values/<app>.yaml to helm- values.yaml - Fixes ComparisonError after folder restructuring Applications fixed: - cert-manager - cnpg - external-secrets - vault - vpa - velero
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
|||||||
targetRevision: v1.16.2
|
targetRevision: v1.16.2
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/cert-manager/helm-values/cert-manager.yaml
|
- $values/cert-manager/helm-values.yaml
|
||||||
# Values file from Git repository
|
# Values file from Git repository
|
||||||
- repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git
|
- repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
|
|||||||
Reference in New Issue
Block a user