Skip to content

Commit

Permalink
DNM: for testing #171 locally
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrow committed Nov 13, 2024
1 parent ef54648 commit 712a155
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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 @@ -18,7 +18,7 @@ spec:
valueFiles:
- $deployRepo/k8s/argocd/{{ .Values.environment }}/redis.values.yaml
- repoURL: {{ .Values.repoUrls.deploy }}
targetRevision: HEAD
targetRevision: de/argo-redis2 # use the unmerged branch on the deploy repository
ref: deployRepo

syncPolicy:
Expand Down
9 changes: 6 additions & 3 deletions charts/argocd-config/templates/app-of-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ spec:
project: {{ .Values.environment }}
sources:
- repoURL: https://github.com/wbstack/charts.git
targetRevision: 1.0.6
chart: argocd-apps
targetRevision: "de/argo-apps-redis-demo-dnm" # use this branch to
# get the new unreleased app-of-apps chart including the alteration
# to use the unmerged branch on the deploy repo for values in
# redis.yaml
path: "charts/argocd-apps"
helm:
values: |
{{ toYaml .Values | indent 10 }}
valueFiles:
- $deployRepo/k8s/argocd/{{ .Values.environment }}/app-of-apps.values.yaml
- repoURL: {{ .Values.repoUrls.deploy }}
targetRevision: HEAD
targetRevision: de/argo-redis2 # use the unmerged branch on the deploy repository
ref: deployRepo
syncPolicy:
automated:
Expand Down

0 comments on commit 712a155

Please sign in to comment.