add imagePullSecrets

This commit is contained in:
2022-03-21 16:02:38 +03:00
parent 4d66d045f1
commit 68b5db014b
4 changed files with 8 additions and 3 deletions

View File

@ -20,7 +20,7 @@ spec:
labels:
{{- include "hasura.selectorLabels" . | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
{{- with .Values.image.pullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}

View File

@ -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