Add command value
This commit is contained in:
		
							parent
							
								
									48f41becfc
								
							
						
					
					
						commit
						49cd649fea
					
				
					 4 changed files with 27 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -30,6 +30,12 @@ spec:
 | 
			
		|||
        {{- toYaml .Values.podSecurityContext | nindent 8 }}
 | 
			
		||||
      containers:
 | 
			
		||||
        - name: {{ .Chart.Name }}
 | 
			
		||||
          {{- if .Values.worker.command }}
 | 
			
		||||
          command: {{ .Values.worker.command }}
 | 
			
		||||
          {{- end }}
 | 
			
		||||
          {{- if .Values.worker.args }}
 | 
			
		||||
          args: {{ .Values.worker.args }}
 | 
			
		||||
          {{- end }}
 | 
			
		||||
          securityContext:
 | 
			
		||||
            {{- toYaml .Values.securityContext | nindent 12 }}
 | 
			
		||||
          image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue