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