Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiscowper authored Jan 3, 2022
1 parent 4235570 commit d8e81e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/metabase/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
initContainers:
{{ toYaml .Values.extraInitContainers | nindent 8 }}
{{- end }}
{{- if len .Values.image.pullSecrets > 0 }}
{{- if gt (len .Values.image.pullSecrets) 0 }}
imagePullSecrets:
{{- range .Values.image.pullSecrets }}
- name: {{ . | quote }}
Expand Down

0 comments on commit d8e81e8

Please sign in to comment.