Skip to content

Commit c7fb1bd

Browse files
committed
fix(config): standardize to argoProject key name in values-standalone.yaml
The validated patterns operator expects 'argoProject' not 'project'. Also rename 'projects' to 'argoProjects' for consistency with values-hub.yaml.
1 parent e3d224e commit c7fb1bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

values-standalone.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ clusterGroup:
77
- config-demo
88
- hello-world
99
subscriptions: {}
10-
projects:
10+
argoProjects:
1111
- hub
1212
- config-demo
1313
- hello-world
@@ -26,24 +26,24 @@ clusterGroup:
2626
vault:
2727
name: vault
2828
namespace: vault
29-
project: hub
29+
argoProject: hub
3030
chart: hashicorp-vault
3131
chartVersion: 0.1.*
3232
golang-external-secrets:
3333
name: golang-external-secrets
3434
namespace: golang-external-secrets
35-
project: hub
35+
argoProject: hub
3636
chart: golang-external-secrets
3737
chartVersion: 0.1.*
3838
config-demo:
3939
name: config-demo
4040
namespace: config-demo
41-
project: config-demo
41+
argoProject: config-demo
4242
path: charts/all/config-demo
4343
hello-world:
4444
name: hello-world
4545
namespace: hello-world
46-
project: hello-world
46+
argoProject: hello-world
4747
path: charts/all/hello-world
4848
imperative:
4949
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm

0 commit comments

Comments
 (0)