Kubernetes-Entrypoint: Define entrypoint explicitly

This PS defines the container entrypoint to kubernetes entrypoint,
allowing images that do not have it defined as the entrypoint to be
used.

Change-Id: I8f2d57bb933ee7990f75d82e9cc1b47afd99f1c6
This commit is contained in:
Pete Birley 2017-09-10 03:20:24 -05:00
parent a929e90a4b
commit 0ac69b88ab

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