Skip to content

Commit ed01ed9

Browse files
authored
Merge pull request #483 from mbaldessari/new-argoproject-naming
Use new argoProject(s) naming
2 parents c8139aa + f0f44a9 commit ed01ed9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

values-group-one.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@ clusterGroup:
1212
- golang-external-secrets
1313
# The only subscription on spokes is gitops which gets managed by ACM
1414
# subscriptions:
15-
projects:
15+
argoProjects:
1616
- eso
1717
- config-demo
1818
- hello-world
1919
applications:
2020
golang-external-secrets:
2121
name: golang-external-secrets
2222
namespace: golang-external-secrets
23-
project: eso
23+
argoProject: eso
2424
chart: golang-external-secrets
2525
chartVersion: 0.1.*
2626
config-demo:
2727
name: config-demo
2828
namespace: config-demo
29-
project: config-demo
29+
argoProject: config-demo
3030
path: charts/all/config-demo
3131
hello-world:
3232
name: hello-world
3333
namespace: hello-world
34-
project: hello-world
34+
argoProject: hello-world
3535
path: charts/all/hello-world
3636
imperative:
3737
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm

values-hub.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ clusterGroup:
1313
namespace: open-cluster-management
1414
channel: release-2.14
1515
# csv: advanced-cluster-management.v2.6.1
16-
projects:
16+
argoProjects:
1717
- hub
1818
- config-demo
1919
- hello-world
@@ -42,30 +42,30 @@ clusterGroup:
4242
acm:
4343
name: acm
4444
namespace: open-cluster-management
45-
project: hub
45+
argoProject: hub
4646
chart: acm
4747
chartVersion: 0.1.*
4848
vault:
4949
name: vault
5050
namespace: vault
51-
project: hub
51+
argoProject: hub
5252
chart: hashicorp-vault
5353
chartVersion: 0.1.*
5454
golang-external-secrets:
5555
name: golang-external-secrets
5656
namespace: golang-external-secrets
57-
project: hub
57+
argoProject: hub
5858
chart: golang-external-secrets
5959
chartVersion: 0.1.*
6060
config-demo:
6161
name: config-demo
6262
namespace: config-demo
63-
project: config-demo
63+
argoProject: config-demo
6464
path: charts/all/config-demo
6565
hello-world:
6666
name: hello-world
6767
namespace: hello-world
68-
project: hello-world
68+
argoProject: hello-world
6969
path: charts/all/hello-world
7070
imperative:
7171
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm

0 commit comments

Comments
 (0)