Skip to content

Commit

Permalink
test without templating ofr values filename
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Aug 1, 2024
1 parent 9f2bec5 commit 267e57c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/argocd-apps/templates/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
helm:
version: 17.3.8
valueFiles:
- $values/k8s/argocd/{{ .Values.environment }}/redis.values.yaml
- $values/k8s/argocd/local/redis.values.yaml
- repoURL: {{ .Values.repoUrls.deploy }}
targetRevision: de/argo-redis
ref: values
Expand Down
2 changes: 1 addition & 1 deletion charts/argocd-apps/templates/wbaas-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
valueFiles:
- $values/k8s/argocd/local/ui.values.yaml
- repoURL: {{ .Values.repoUrls.deploy }}
targetRevision: de/argo-ui-simple
targetRevision: de/argo-redis
ref: values

syncPolicy:
Expand Down

0 comments on commit 267e57c

Please sign in to comment.