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 99193cf commit cc7be22Copy full SHA for cc7be22
helm/templates/10-deployment.yaml
@@ -267,7 +267,6 @@ spec:
267
{{- $watchNamespaces = prepend $watchNamespaces .Values.global.operatorNamespace }}
268
- name: WATCH_NAMESPACE
269
value: {{ uniq $watchNamespaces | join "," | quote }}
270
- {{- end }}
271
image: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperator }}/ibm-iam-operator:{{ .Values.operator.imageTag }}
272
imagePullPolicy: {{ .Values.global.imagePullPolicy }}
273
name: ibm-iam-operator
0 commit comments