diff --git a/demo/bootstrap/prod-cluster.yaml b/demo/bootstrap/prod-cluster.yaml index 06e7a91..6b11865 100644 --- a/demo/bootstrap/prod-cluster.yaml +++ b/demo/bootstrap/prod-cluster.yaml @@ -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: diff --git a/demo/bootstrap/test-cluster.yaml b/demo/bootstrap/test-cluster.yaml index 592a8cb..c54fd5f 100644 --- a/demo/bootstrap/test-cluster.yaml +++ b/demo/bootstrap/test-cluster.yaml @@ -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: diff --git a/demo/charts/app-of-apps/templates/app-of-apps.tpl b/demo/charts/app-of-apps/templates/app-of-apps.tpl index 21cb8bc..24d3194 100644 --- a/demo/charts/app-of-apps/templates/app-of-apps.tpl +++ b/demo/charts/app-of-apps/templates/app-of-apps.tpl @@ -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