File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -22,29 +22,29 @@ clusterGroup:
2222 # about and sets, so this is also possible, for example:
2323 # - '/overrides/values-{{ $.Values.global.hubClusterDomain }}.yaml'
2424 # - '/overrides/values-{{ $.Values.global.localClusterDomain }}.yaml'
25- applications : {}
26- # vault:
27- # name: vault
28- # namespace: vault
29- # project: hub
30- # chart: hashicorp-vault
31- # chartVersion: 0.1.*
32- # golang-external-secrets:
33- # name: golang-external-secrets
34- # namespace: golang-external-secrets
35- # project: hub
36- # chart: golang-external-secrets
37- # chartVersion: 0.1.*
38- # config-demo:
39- # name: config-demo
40- # namespace: config-demo
41- # project: config-demo
42- # path: charts/all/config-demo
43- # hello-world:
44- # name: hello-world
45- # namespace: hello-world
46- # project: hello-world
47- # path: charts/all/hello-world
25+ applications :
26+ vault :
27+ name : vault
28+ namespace : vault
29+ project : hub
30+ chart : hashicorp-vault
31+ chartVersion : 0.1.*
32+ golang-external-secrets :
33+ name : golang-external-secrets
34+ namespace : golang-external-secrets
35+ project : hub
36+ chart : golang-external-secrets
37+ chartVersion : 0.1.*
38+ config-demo :
39+ name : config-demo
40+ namespace : config-demo
41+ project : config-demo
42+ path : charts/all/config-demo
43+ hello-world :
44+ name : hello-world
45+ namespace : hello-world
46+ project : hello-world
47+ path : charts/all/hello-world
4848 imperative :
4949 # NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
5050 # The default schedule is every 10 minutes: imperative.schedule
You can’t perform that action at this time.
0 commit comments