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