From 224d24c790c042d34f600efde2962ad6abe704e9 Mon Sep 17 00:00:00 2001 From: jwetzell Date: Fri, 31 Oct 2025 00:22:16 +0000 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20automount=20serviceaccount=20in?= =?UTF-8?q?=20pods?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-charts/stage/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-charts/stage/templates/deployment.yaml b/helm-charts/stage/templates/deployment.yaml index 107a986..064454d 100644 --- a/helm-charts/stage/templates/deployment.yaml +++ b/helm-charts/stage/templates/deployment.yaml @@ -21,6 +21,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} spec: + automountServiceAccountToken: false {{- with .Values.podSecurityContext }} securityContext: {{- toYaml . | nindent 8 }}