See changelog
This commit is contained in:
		
							parent
							
								
									af39eedea8
								
							
						
					
					
						commit
						74288199f6
					
				
					 13 changed files with 71 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -66,6 +66,10 @@ spec:
 | 
			
		|||
            {{- end }}
 | 
			
		||||
            - configMapRef:
 | 
			
		||||
                name: {{ include "django.fullname" . }}
 | 
			
		||||
          {{- with .Values.extraVolumeMounts }}
 | 
			
		||||
          volumeMounts:
 | 
			
		||||
            {{- toYaml . | nindent 10 }}
 | 
			
		||||
          {{- end }}
 | 
			
		||||
      {{- with .Values.worker.nodeSelector }}
 | 
			
		||||
      nodeSelector:
 | 
			
		||||
        {{- toYaml . | nindent 8 }}
 | 
			
		||||
| 
						 | 
				
			
			@ -78,4 +82,8 @@ spec:
 | 
			
		|||
      tolerations:
 | 
			
		||||
        {{- toYaml . | nindent 8 }}
 | 
			
		||||
    {{- end }}
 | 
			
		||||
      {{- with .Values.extraVolumes }}
 | 
			
		||||
      volumes:
 | 
			
		||||
        {{- toYaml . | nindent 6 }}
 | 
			
		||||
      {{- end }}
 | 
			
		||||
{{- end }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue