Remove stdin

This commit is contained in:
Jonny Ervine 2024-01-22 20:47:28 +08:00
parent df8ebd5013
commit 599f6b8cac

View File

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