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
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -20,6 +20,7 @@ spec:
 | 
			
		|||
      imagePullSecrets:
 | 
			
		||||
        {{- toYaml . | nindent 8 }}
 | 
			
		||||
    {{- end }}
 | 
			
		||||
      serviceAccountName: {{ include "django.serviceAccountName" . }}
 | 
			
		||||
      restartPolicy: Never
 | 
			
		||||
      containers:
 | 
			
		||||
      - name: pre-install-job
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue