Skip to content

Commit 14036d9

Browse files
authored
updated chart be be installable standalone with default values (#357)
Signed-off-by: Henry Li <[email protected]>
1 parent 7e49768 commit 14036d9

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

helm/templates/02-nss-cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
namespaceMembers:
1414
- {{ .Values.global.operatorNamespace }}
1515
- {{ .Values.global.instanceNamespace }}
16-
{{- range $i, $v := $.Values.tetheredNamespace }}
16+
{{- range $v := $.Values.global.tetheredNamespace }}
1717
- {{ $v }}
1818
{{- end }}
1919
restartLabels:

helm/values.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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+
89
imageRegistryNamespaceOperator: cpopen
910
imageRegistryNamespaceOperand: cpopen/cpfs
10-
11-
# operatorNamespace: ""
12-
# servicesNamespace: ""

0 commit comments

Comments
 (0)