Skip to content

Commit 86551c3

Browse files
committed
Switch namespaces to dictionary
This makes it easier to override/merge
1 parent d2a6dca commit 86551c3

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

values-group-one.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
clusterGroup:
22
name: group-one
33
isHubCluster: false
4+
# Namespace is a dictionary for easier overriding (lists are supported as well)
45
namespaces:
5-
- config-demo
6-
- hello-world
7-
- golang-external-secrets
6+
config-demo:
7+
hello-world:
8+
golang-external-secrets:
89
# The only subscription on spokes is gitops which gets managed by ACM
910
# subscriptions:
1011
argoProjects:

values-hub.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
clusterGroup:
22
name: hub
33
isHubCluster: true
4+
# Namespace is a dictionary for easier overriding (lists are supported as well)
45
namespaces:
5-
- open-cluster-management
6-
- vault
7-
- golang-external-secrets
8-
- config-demo
9-
- hello-world
6+
open-cluster-management:
7+
vault:
8+
golang-external-secrets:
9+
config-demo:
10+
hello-world:
1011
subscriptions:
1112
acm:
1213
name: advanced-cluster-management

0 commit comments

Comments
 (0)