add ServiceAccount to pre-install-job template
This commit is contained in:
		
							parent
							
								
									0d5921af5e
								
							
						
					
					
						commit
						e07bd0e7ce
					
				
					 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