Update args docs, remove command which is too confusing
This commit is contained in:
		
							parent
							
								
									9829e09f28
								
							
						
					
					
						commit
						ab283812db
					
				
					 4 changed files with 7 additions and 14 deletions
				
			
		| 
						 | 
				
			
			@ -30,11 +30,8 @@ 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 }}
 | 
			
		||||
          args: {{- toYaml .Values.worker.args | nindent 10}}
 | 
			
		||||
          {{- end }}
 | 
			
		||||
          securityContext:
 | 
			
		||||
            {{- toYaml .Values.securityContext | nindent 12 }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue