Skip to content

Commit 2702919

Browse files
csviriCopilot
andcommitted
Update helm/generic-helm-chart/templates/deployment.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 586a4ef commit 2702919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/generic-helm-chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
- name: operator
5353
securityContext:
5454
{{- toYaml .Values.securityContext | nindent 12 }}
55-
image: "{{ .Values.image.repository }}:{{ include "generic-operator.imageTag" . }}"
55+
image: "{{ required \"A valid .Values.image.repository is required\" .Values.image.repository }}:{{ include "generic-operator.imageTag" . }}"
5656
imagePullPolicy: {{ .Values.image.pullPolicy }}
5757
env:
5858
- name: OPERATOR_NAMESPACE

0 commit comments

Comments
 (0)