From 599f6b8cac6824b0a74ac24e1f79ab24db5f66f6 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Mon, 22 Jan 2024 20:47:28 +0800 Subject: [PATCH] Remove stdin --- cloudflared/charts/common/templates/lib/pod/_container.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/cloudflared/charts/common/templates/lib/pod/_container.tpl b/cloudflared/charts/common/templates/lib/pod/_container.tpl index 90f51fa..e1ab597 100644 --- a/cloudflared/charts/common/templates/lib/pod/_container.tpl +++ b/cloudflared/charts/common/templates/lib/pod/_container.tpl @@ -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 }}