Remove stdin
This commit is contained in:
parent
df8ebd5013
commit
599f6b8cac
@ -14,7 +14,6 @@ objectData: The object data to be used to render the Pod.
|
||||
image: {{ printf "%s:%s" $imageObj.repository $imageObj.tag }}
|
||||
imagePullPolicy: {{ $imageObj.pullPolicy }}
|
||||
tty: {{ $objectData.tty | default false }}
|
||||
stdin: {{ $objectData.stdin | default false }}
|
||||
{{- with (include "tc.v1.common.lib.container.command" (dict "rootCtx" $rootCtx "objectData" $objectData) | trim) }}
|
||||
command:
|
||||
{{- . | nindent 4 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user