File tree Expand file tree Collapse file tree 6 files changed +22
-24
lines changed Expand file tree Collapse file tree 6 files changed +22
-24
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ metadata:
31
31
subjects :
32
32
- kind : ServiceAccount
33
33
name : ibm-namespace-scope-operator
34
- namespace : {{ .Values.operatorNamespace }}
34
+ namespace : {{ .Values.global. operatorNamespace }}
35
35
roleRef :
36
36
apiGroup : rbac.authorization.k8s.io
37
37
kind : ClusterRole
Original file line number Diff line number Diff line change 1
- imagePullPrefix : icr.io
2
- imagePullSecret : ibm-entitlement-key
1
+ # imagePullPrefix: icr.io
2
+ # imagePullSecret: ibm-entitlement-key
3
3
imageRegistryNamespaceOperator : cpopen
4
4
imageRegistryNamespaceOperand : cpopen/cpfs
5
5
6
- operatorNamespace : " helm-operators "
6
+ # operatorNamespace: ""
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ kind: Role
2
2
apiVersion : rbac.authorization.k8s.io/v1
3
3
metadata :
4
4
name : ibm-namespace-scope-operator
5
- namespace : {{ .Values.operatorNamespace }}
5
+ namespace : {{ .Values.global. operatorNamespace }}
6
6
rules :
7
7
- verbs :
8
8
- create
@@ -80,11 +80,11 @@ kind: RoleBinding
80
80
apiVersion : rbac.authorization.k8s.io/v1
81
81
metadata :
82
82
name : ibm-namespace-scope-operator
83
- namespace : {{ .Values.operatorNamespace }}
83
+ namespace : {{ .Values.global. operatorNamespace }}
84
84
subjects :
85
85
- kind : ServiceAccount
86
86
name : ibm-namespace-scope-operator
87
- namespace : {{ .Values.operatorNamespace }}
87
+ namespace : {{ .Values.global. operatorNamespace }}
88
88
roleRef :
89
89
apiGroup : rbac.authorization.k8s.io
90
90
kind : Role
@@ -98,4 +98,4 @@ metadata:
98
98
app.kubernetes.io/managed-by : ibm-namespace-scope-operator
99
99
app.kubernetes.io/name : ibm-namespace-scope-operator
100
100
name : ibm-namespace-scope-operator
101
- namespace : {{ .Values.operatorNamespace }}
101
+ namespace : {{ .Values.global. operatorNamespace }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ kind: Deployment
2
2
apiVersion : apps/v1
3
3
metadata :
4
4
name : ibm-namespace-scope-operator
5
- namespace : {{ .Values.operatorNamespace }}
5
+ namespace : {{ .Values.global. operatorNamespace }}
6
6
labels :
7
7
app.kubernetes.io/instance : ibm-namespace-scope-operator
8
8
app.kubernetes.io/managed-by : ibm-namespace-scope-operator
50
50
]
51
51
capabilities : Seamless Upgrades
52
52
productName : IBM Cloud Platform Common Services
53
- containerImage : ' {{ .Values.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
70
70
terminationGracePeriodSeconds : 10
71
71
securityContext : {}
72
72
imagePullSecrets :
73
- - name : {{ .Values.imagePullSecret }}
73
+ - name : {{ .Values.global. imagePullSecret }}
74
74
containers :
75
75
- resources :
76
76
limits :
@@ -104,7 +104,7 @@ spec:
104
104
type : RuntimeDefault
105
105
imagePullPolicy : IfNotPresent
106
106
terminationMessagePolicy : File
107
- image : ' {{ .Values.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 @@ -4,15 +4,15 @@ metadata:
4
4
labels :
5
5
foundationservices.cloudpak.ibm.com : nss
6
6
name : common-service
7
- namespace : {{ .Values.operatorNamespace }}
7
+ namespace : {{ .Values.global. operatorNamespace }}
8
8
spec :
9
9
csvInjector :
10
10
enable : true
11
11
license :
12
- accept : true
12
+ accept : {{ .Values.global.licenseAccept }}
13
13
namespaceMembers :
14
- - {{ .Values.operatorNamespace }}
15
- - {{ .Values.servicesNamespace }}
14
+ - {{ .Values.global. operatorNamespace }}
15
+ - {{ .Values.global.instanceNamespace }}
16
16
{{- range $i, $v := $.Values.tenantNamespaces }}
17
17
- {{ $v }}
18
18
{{- end }}
Original file line number Diff line number Diff line change 1
- imagePullPrefix : icr.io
2
- imagePullSecret : ibm-entitlement-key
1
+ # imagePullPrefix: icr.io
2
+ # imagePullSecret: ibm-entitlement-key
3
3
# include all namespaces in the tenant in this list object including the operator and services namespace
4
4
tenantNamespaces :
5
- - <tenant namespace 1>
6
- - <tenant namespace 2>
5
+ - " "
6
+ - " "
7
7
# etc
8
8
imageRegistryNamespaceOperator : cpopen
9
9
imageRegistryNamespaceOperand : cpopen/cpfs
10
10
11
- operatorImage : ibm-namespace-scope-operator
12
-
13
- operatorNamespace : " helm-operators"
14
- servicesNamespace : " helm-services"
11
+ # operatorNamespace: ""
12
+ # servicesNamespace: ""
You can’t perform that action at this time.
0 commit comments