Skip to content

Commit

Permalink
fix path to charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Richard committed Dec 15, 2023
1 parent f72969e commit d4c6a23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/bootstrap/prod-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
value: /zz.auto-generated/root
valueFiles:
- ../../overrides/bootstrap/prod-cluster.yaml
path: charts/app-of-apps
path: demo/charts/app-of-apps
repoURL: https://github.com/1debit/mani-diffy.git
targetRevision: HEAD
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion demo/bootstrap/test-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
value: /zz.auto-generated/root
valueFiles:
- ../../overrides/bootstrap/test-cluster.yaml
path: charts/app-of-apps
path: demo/charts/app-of-apps
repoURL: https://github.com/1debit/mani-diffy.git
targetRevision: HEAD
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion demo/charts/app-of-apps/templates/app-of-apps.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
repoURL: https://github.com/1debit/mani-diffy.git
targetRevision: HEAD

path: charts/app-of-apps
path: demo/charts/app-of-apps
helm:
parameters:
- name: renderBaseDir
Expand Down

0 comments on commit d4c6a23

Please sign in to comment.