Merge branch 'service-account-for-pre-install-job' into 'master'
Add ServiceAccount to pre-install-job See merge request burke-software/django-helm-chart!18
This commit is contained in:
commit
c025d66347
|
@ -20,6 +20,7 @@ spec:
|
|||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
serviceAccountName: {{ include "django.serviceAccountName" . }}
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- name: pre-install-job
|
||||
|
|
Loading…
Reference in a new issue