add imagePullSecrets
This commit is contained in:
@ -20,7 +20,7 @@ spec:
|
||||
labels:
|
||||
{{- include "hasura.selectorLabels" . | nindent 8 }}
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
{{- with .Values.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
@ -16,6 +16,10 @@ spec:
|
||||
labels:
|
||||
{{- include "hasura.labels" . | nindent 8 }}
|
||||
spec:
|
||||
{{- with .Values.migrations.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
restartPolicy: Never
|
||||
volumes:
|
||||
- name: data
|
||||
|
Reference in New Issue
Block a user