File tree Expand file tree Collapse file tree 7 files changed +21
-7
lines changed Expand file tree Collapse file tree 7 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
5
5
controller-gen.kubebuilder.io/version : v0.5.0
6
6
creationTimestamp : null
7
7
name : namespacescopes.operator.ibm.com
8
+ labels :
9
+ component-id : {{ .Chart.Name }}
8
10
spec :
9
11
group : operator.ibm.com
10
12
names :
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ kind: ClusterRole
2
2
apiVersion : rbac.authorization.k8s.io/v1
3
3
metadata :
4
4
name : ibm-namespace-scope-operator
5
+ labels :
6
+ component-id : {{ .Chart.Name }}
5
7
rules :
6
8
- verbs :
7
9
- create
@@ -28,6 +30,8 @@ kind: ClusterRoleBinding
28
30
apiVersion : rbac.authorization.k8s.io/v1
29
31
metadata :
30
32
name : ibm-namespace-scope-operator
33
+ labels :
34
+ component-id : {{ .Chart.Name }}
31
35
subjects :
32
36
- kind : ServiceAccount
33
37
name : ibm-namespace-scope-operator
Original file line number Diff line number Diff line change 1
1
# imagePullPrefix: icr.io
2
2
# imagePullSecret: ibm-entitlement-key
3
- imageRegistryNamespaceOperator : cpopen
4
- imageRegistryNamespaceOperand : cpopen/cpfs
3
+ cpfs :
4
+ imageRegistryNamespaceOperator : cpopen
5
+ imageRegistryNamespaceOperand : cpopen/cpfs
5
6
6
7
# operatorNamespace: ""
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ apiVersion: rbac.authorization.k8s.io/v1
3
3
metadata :
4
4
name : ibm-namespace-scope-operator
5
5
namespace : {{ .Values.global.operatorNamespace }}
6
+ labels :
7
+ component-id : {{ .Chart.Name }}
6
8
rules :
7
9
- verbs :
8
10
- create
@@ -81,6 +83,8 @@ apiVersion: rbac.authorization.k8s.io/v1
81
83
metadata :
82
84
name : ibm-namespace-scope-operator
83
85
namespace : {{ .Values.global.operatorNamespace }}
86
+ labels :
87
+ component-id : {{ .Chart.Name }}
84
88
subjects :
85
89
- kind : ServiceAccount
86
90
name : ibm-namespace-scope-operator
@@ -97,5 +101,6 @@ metadata:
97
101
app.kubernetes.io/instance : ibm-namespace-scope-operator
98
102
app.kubernetes.io/managed-by : ibm-namespace-scope-operator
99
103
app.kubernetes.io/name : ibm-namespace-scope-operator
104
+ component-id : {{ .Chart.Name }}
100
105
name : ibm-namespace-scope-operator
101
106
namespace : {{ .Values.global.operatorNamespace }}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ metadata:
8
8
app.kubernetes.io/managed-by : ibm-namespace-scope-operator
9
9
app.kubernetes.io/name : ibm-namespace-scope-operator
10
10
productName : IBM_Cloud_Platform_Common_Services
11
+ component-id : {{ .Chart.Name }}
11
12
spec :
12
13
replicas : 1
13
14
selector :
50
51
]
51
52
capabilities : Seamless Upgrades
52
53
productName : IBM Cloud Platform Common Services
53
- containerImage : {{ .Values.global.imagePullPrefix }}/{{ .Values.imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.2.12
54
+ containerImage : {{ .Values.global.imagePullPrefix }}/{{ .Values.cpfs. imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.2.12
54
55
productMetric : FREE
55
56
spec :
56
57
restartPolicy : Always
@@ -104,7 +105,7 @@ spec:
104
105
type : RuntimeDefault
105
106
imagePullPolicy : IfNotPresent
106
107
terminationMessagePolicy : File
107
- image : {{ .Values.global.imagePullPrefix }}/{{ .Values.imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.2.12
108
+ image : {{ .Values.global.imagePullPrefix }}/{{ .Values.cpfs. imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.2.12
108
109
serviceAccount : ibm-namespace-scope-operator
109
110
dnsPolicy : ClusterFirst
110
111
strategy :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ kind: NamespaceScope
3
3
metadata :
4
4
labels :
5
5
foundationservices.cloudpak.ibm.com : nss
6
+ component-id : {{ .Chart.Name }}
6
7
name : common-service
7
8
namespace : {{ .Values.global.operatorNamespace }}
8
9
spec :
Original file line number Diff line number Diff line change 5
5
imagePullSecret : ibm-entitlement-key
6
6
licenseAccept : true
7
7
tetheredNamespace : []
8
-
9
- imageRegistryNamespaceOperator : cpopen
10
- imageRegistryNamespaceOperand : cpopen/cpfs
8
+ cpfs :
9
+ imageRegistryNamespaceOperator : cpopen
10
+ imageRegistryNamespaceOperand : cpopen/cpfs
You can’t perform that action at this time.
0 commit comments