Skip to content

Commit

Permalink
fix helm install (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Cyvoct <[email protected]>
  • Loading branch information
Sh4d1 authored Apr 28, 2023
1 parent 3445b89 commit 73c09ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/scaleway-webhook/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
release: {{ .Release.Name }}
spec:
serviceAccountName: {{ include "scaleway-webhook.fullname" . }}
{{- with .Values.server.imagePullSecrets | default .Values.global.imagePullSecrets }}
{{- with .Values.image.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 73c09ce

Please sign in to comment.