File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
]
51
51
capabilities : Seamless Upgrades
52
52
productName : IBM Cloud Platform Common Services
53
- containerImage : ' {{ .Values.global.imagePullPrefix }}/{{ .Values.imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.2.12'
53
+ containerImage : {{ .Values.global.imagePullPrefix }}/{{ .Values.imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.2.12
54
54
productMetric : FREE
55
55
spec :
56
56
restartPolicy : Always
@@ -104,7 +104,7 @@ spec:
104
104
type : RuntimeDefault
105
105
imagePullPolicy : IfNotPresent
106
106
terminationMessagePolicy : File
107
- image : ' {{ .Values.global.imagePullPrefix }}/{{ .Values.imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.2.12'
107
+ image : {{ .Values.global.imagePullPrefix }}/{{ .Values.imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.2.12
108
108
serviceAccount : ibm-namespace-scope-operator
109
109
dnsPolicy : ClusterFirst
110
110
strategy :
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.tenantNamespaces }}
16
+ {{- range $i, $v := $.Values.tetheredNamespace }}
17
17
- {{ $v }}
18
18
{{- end }}
19
19
restartLabels :
You can’t perform that action at this time.
0 commit comments