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:
 | 
					      imagePullSecrets:
 | 
				
			||||||
        {{- toYaml . | nindent 8 }}
 | 
					        {{- toYaml . | nindent 8 }}
 | 
				
			||||||
    {{- end }}
 | 
					    {{- end }}
 | 
				
			||||||
 | 
					      serviceAccountName: {{ include "django.serviceAccountName" . }}
 | 
				
			||||||
      restartPolicy: Never
 | 
					      restartPolicy: Never
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
      - name: pre-install-job
 | 
					      - name: pre-install-job
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue