Skip to content

Commit 82d5f12

Browse files
authored
updated tetheredNamespace to tetheredNamespaces (#366)
Signed-off-by: Henry Li <[email protected]>
1 parent b65b1af commit 82d5f12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/templates/02-nss-cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
namespaceMembers:
1515
- {{ .Values.global.operatorNamespace }}
1616
- {{ .Values.global.instanceNamespace }}
17-
{{- range $v := $.Values.global.tetheredNamespace }}
17+
{{- range $v := $.Values.global.tetheredNamespaces }}
1818
- {{ $v }}
1919
{{- end }}
2020
restartLabels:

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ global:
44
imagePullPrefix: icr.io
55
imagePullSecret: ibm-entitlement-key
66
licenseAccept: true
7-
tetheredNamespace: []
7+
tetheredNamespaces: []
88
cpfs:
99
imageRegistryNamespaceOperator: cpopen
1010
imageRegistryNamespaceOperand: cpopen/cpfs

0 commit comments

Comments
 (0)