Wrong bash syntax

This commit is contained in:
David Burke 2023-04-20 21:05:05 -04:00
parent ab1ff087d2
commit 466648631f

View file

@ -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 }}