@@ -4,15 +4,15 @@ clusterGroup:
44 name : simple
55 isHubCluster : true
66 namespaces :
7- - open-cluster-management
8- - vault
9- - golang-external-secrets
10- - openshift-sandboxed-containers-operator
11- - trustee-operator-system
12- - hello-openshift
13- - cert-manager-operator
14- - cert-manager
15- - kbs-access
7+ - open-cluster-management
8+ - vault
9+ - golang-external-secrets
10+ - openshift-sandboxed-containers-operator
11+ - trustee-operator-system
12+ - hello-openshift
13+ - cert-manager-operator
14+ - cert-manager
15+ - kbs-access
1616 subscriptions :
1717 # ACM is kept anticipating
1818 acm :
@@ -38,17 +38,17 @@ clusterGroup:
3838 channel : stable-v1
3939
4040 projects :
41- - hub
42- - vault
43- - trustee
44- - golang-external-secrets
45- - sandbox
46- - workloads
47- - default
48- # Explicitly mention the cluster-state based overrides we plan to use for this pattern.
49- # We can use self-referential variables because the chart calls the tpl function with these variables defined
41+ - hub
42+ - vault
43+ - trustee
44+ - golang-external-secrets
45+ - sandbox
46+ - workloads
47+ - default
48+ # Explicitly mention the cluster-state based overrides we plan to use for this pattern.
49+ # We can use self-referential variables because the chart calls the tpl function with these variables defined
5050 sharedValueFiles :
51- - ' /overrides/values-{{ $.Values.global.clusterPlatform }}.yaml'
51+ - ' /overrides/values-{{ $.Values.global.clusterPlatform }}.yaml'
5252 applications :
5353 acm :
5454 name : acm
@@ -111,24 +111,20 @@ clusterGroup:
111111 # For additional overrides that apply to the jobs, please refer to
112112 # https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
113113 jobs :
114- - name : install-deps
115- playbook : ansible/install-deps.yaml
116- verbosity : -vvv
117- timeout : 3600
118- # this image has not been changes. TBD would make sense
119- # image: quay.io/hybridcloudpatterns/ansible-edge-gitops-ee:latest
120- verbosity : -vvv
121- timeout : 3600
122- - name : configure-azure-nat-gateway
123- playbook : ansible/azure-nat-gateway.yaml
124- verbosity : -vvv
125- timeout : 3600
114+ - name : install-deps
115+ playbook : ansible/install-deps.yaml
116+ verbosity : -vvv
117+ timeout : 3600
118+ - name : configure-azure-nat-gateway
119+ playbook : ansible/azure-nat-gateway.yaml
120+ verbosity : -vvv
121+ timeout : 3600
126122 managedClusterGroups :
127123 exampleRegion :
128124 name : group-one
129125 acmlabels :
130- - name : clusterGroup
131- value : group-one
126+ - name : clusterGroup
127+ value : group-one
132128 helmOverrides :
133- - name : clusterGroup.isHubCluster
134- value : false
129+ - name : clusterGroup.isHubCluster
130+ value : false
0 commit comments