diff --git a/helm-toolkit/templates/snippets/_kubernetes_entrypoint_init_container.tpl b/helm-toolkit/templates/snippets/_kubernetes_entrypoint_init_container.tpl index e4d6e699c4..08c51c0183 100644 --- a/helm-toolkit/templates/snippets/_kubernetes_entrypoint_init_container.tpl +++ b/helm-toolkit/templates/snippets/_kubernetes_entrypoint_init_container.tpl @@ -44,5 +44,7 @@ limitations under the License. value: "{{ include "helm-toolkit.utils.joinListWithComma" $deps.container }}" - name: COMMAND value: "echo done" + command: + - kubernetes-entrypoint volumeMounts: {{ $mounts | default "[]"}} {{- end -}}