Wrong bash syntax
This commit is contained in:
		
							parent
							
								
									ab1ff087d2
								
							
						
					
					
						commit
						466648631f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -47,7 +47,7 @@ spec:
 | 
			
		|||
            periodSeconds: {{ .Values.worker.livenessProbe.periodSeconds }}
 | 
			
		||||
            timeoutSeconds: {{ .Values.worker.livenessProbe.timeoutSeconds }}
 | 
			
		||||
            exec:
 | 
			
		||||
              command: {{ .Values.worker.livenessProbe.command }}
 | 
			
		||||
              command: {{- toYaml .Values.worker.livenessProbe.command | nindent 14 }}
 | 
			
		||||
          {{- end }}
 | 
			
		||||
          resources:
 | 
			
		||||
            {{- toYaml .Values.worker.resources | nindent 12 }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue