Merge "Kubernetes-Entrypoint: Define entrypoint explicitly"
This commit is contained in:
commit
be1e19ef43
@ -44,5 +44,7 @@ limitations under the License.
|
|||||||
value: "{{ include "helm-toolkit.utils.joinListWithComma" $deps.container }}"
|
value: "{{ include "helm-toolkit.utils.joinListWithComma" $deps.container }}"
|
||||||
- name: COMMAND
|
- name: COMMAND
|
||||||
value: "echo done"
|
value: "echo done"
|
||||||
|
command:
|
||||||
|
- kubernetes-entrypoint
|
||||||
volumeMounts: {{ $mounts | default "[]"}}
|
volumeMounts: {{ $mounts | default "[]"}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user