Merge "fix(tpl): correct a rendering issue"

This commit is contained in:
Zuul 2020-05-21 15:55:18 +00:00 committed by Gerrit Code Review
commit 0160b00aaa

View File

@ -185,7 +185,7 @@ spec:
exec: exec:
command: command:
- /tmp/stop.sh - /tmp/stop.sh
{{ dict "envAll" . "component" "server" "container" "mariadb" "type" "readiness" "probeTemplate" (include "mariadbReadinessProbe" . | fromYaml) | include "helm-toolkit.snippets.kubernetes_probe" | indent 10 -}} {{ dict "envAll" . "component" "server" "container" "mariadb" "type" "readiness" "probeTemplate" (include "mariadbReadinessProbe" . | fromYaml) | include "helm-toolkit.snippets.kubernetes_probe" | indent 10 }}
volumeMounts: volumeMounts:
- name: pod-tmp - name: pod-tmp
mountPath: /tmp mountPath: /tmp