We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65b1af commit 82d5f12Copy full SHA for 82d5f12
helm/templates/02-nss-cr.yaml
@@ -14,7 +14,7 @@ spec:
14
namespaceMembers:
15
- {{ .Values.global.operatorNamespace }}
16
- {{ .Values.global.instanceNamespace }}
17
- {{- range $v := $.Values.global.tetheredNamespace }}
+ {{- range $v := $.Values.global.tetheredNamespaces }}
18
- {{ $v }}
19
{{- end }}
20
restartLabels:
helm/values.yaml
@@ -4,7 +4,7 @@ global:
4
imagePullPrefix: icr.io
5
imagePullSecret: ibm-entitlement-key
6
licenseAccept: true
7
- tetheredNamespace: []
+ tetheredNamespaces: []
8
cpfs:
9
imageRegistryNamespaceOperator: cpopen
10
imageRegistryNamespaceOperand: cpopen/cpfs
0 commit comments