File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 13
13
namespaceMembers :
14
14
- {{ .Values.global.operatorNamespace }}
15
15
- {{ .Values.global.instanceNamespace }}
16
- {{- range $i, $ v := $.Values.tetheredNamespace }}
16
+ {{- range $v := $.Values.global .tetheredNamespace }}
17
17
- {{ $v }}
18
18
{{- end }}
19
19
restartLabels :
Original file line number Diff line number Diff line change 1
- # imagePullPrefix: icr.io
2
- # imagePullSecret: ibm-entitlement-key
3
- # include all namespaces in the tenant in this list object including the operator and services namespace
4
- tenantNamespaces :
5
- - " "
6
- - " "
7
- # etc
1
+ global :
2
+ operatorNamespace : operators
3
+ instanceNamespace : instances
4
+ imagePullPrefix : icr.io
5
+ imagePullSecret : ibm-entitlement-key
6
+ licenseAccept : true
7
+ tetheredNamespace : []
8
+
8
9
imageRegistryNamespaceOperator : cpopen
9
10
imageRegistryNamespaceOperand : cpopen/cpfs
10
-
11
- # operatorNamespace: ""
12
- # servicesNamespace: ""
You can’t perform that action at this time.
0 commit comments