Merge "Kubernetes-Entrypoint: Define entrypoint explicitly"

This commit is contained in:
Jenkins 2017-09-12 15:06:38 +00:00 committed by Gerrit Code Review
commit be1e19ef43

View File

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