Skip to content

Commit 73c09ce

Browse files
authored
fix helm install (#17)
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 3445b89 commit 73c09ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/scaleway-webhook/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
release: {{ .Release.Name }}
2121
spec:
2222
serviceAccountName: {{ include "scaleway-webhook.fullname" . }}
23-
{{- with .Values.server.imagePullSecrets | default .Values.global.imagePullSecrets }}
23+
{{- with .Values.image.imagePullSecrets }}
2424
imagePullSecrets:
2525
{{- toYaml . | nindent 8 }}
2626
{{- end }}

0 commit comments

Comments
 (0)