Skip to content

Commit cc7be22

Browse files
authored
extra {{end}} causing problems with deployment of latest iam chart (#997)
1 parent 99193cf commit cc7be22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helm/templates/10-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ spec:
267267
{{- $watchNamespaces = prepend $watchNamespaces .Values.global.operatorNamespace }}
268268
- name: WATCH_NAMESPACE
269269
value: {{ uniq $watchNamespaces | join "," | quote }}
270-
{{- end }}
271270
image: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperator }}/ibm-iam-operator:{{ .Values.operator.imageTag }}
272271
imagePullPolicy: {{ .Values.global.imagePullPolicy }}
273272
name: ibm-iam-operator

0 commit comments

Comments
 (0)