From 3cd41900e9aa7bd6532b312e0296d466da8fa0db Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 26 Mar 2025 20:44:13 +0100 Subject: [PATCH] fix(pod-nuke): add sa --- charts/system/pod-nuke/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/system/pod-nuke/values.yaml b/charts/system/pod-nuke/values.yaml index bdfccfa1a22..922cef2e4ba 100644 --- a/charts/system/pod-nuke/values.yaml +++ b/charts/system/pod-nuke/values.yaml @@ -31,6 +31,11 @@ portal: podOptions: automountServiceAccountToken: true +serviceAccount: + main: + enabled: true + primary: true + rbac: main: enabled: true