diff --git a/cnpg/argocd.yaml b/cnpg/argocd.yaml index ebf325c..bf2358e 100644 --- a/cnpg/argocd.yaml +++ b/cnpg/argocd.yaml @@ -15,7 +15,7 @@ spec: targetRevision: 0.23.0 helm: valueFiles: - - $values/cnpg/helm-values/cnpg.yaml + - $values/cnpg/helm-values.yaml # Values file from Git repository - repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git targetRevision: main diff --git a/velero/argocd-velero.yaml b/velero/argocd-velero.yaml index 5f568da..d026225 100644 --- a/velero/argocd-velero.yaml +++ b/velero/argocd-velero.yaml @@ -15,7 +15,7 @@ spec: targetRevision: 11.2.0 helm: valueFiles: - - $values/velero/helm-values/velero.yaml + - $values/velero/helm-values.yaml # Values file from Git repository - repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git targetRevision: main