From a8677e6b806d1494d005dddc86ce66fa8edccd2a Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Mar 2026 10:26:11 +0200 Subject: [PATCH] Set serviceAccount.create=false for tasko and invy to use existing default SA --- manifests/invy/values.yaml | 2 +- manifests/tasko/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/invy/values.yaml b/manifests/invy/values.yaml index 626dd20..5e0032f 100644 --- a/manifests/invy/values.yaml +++ b/manifests/invy/values.yaml @@ -131,7 +131,7 @@ ingress: - invy.dvirlabs.com # Service Account serviceAccount: - create: true + create: false annotations: {} name: "default" # Pod annotations diff --git a/manifests/tasko/values.yaml b/manifests/tasko/values.yaml index bc10eee..08488ff 100644 --- a/manifests/tasko/values.yaml +++ b/manifests/tasko/values.yaml @@ -129,6 +129,6 @@ ingress: - tasko.dvirlabs.com # Service Account configuration serviceAccount: - create: true + create: false annotations: {} name: "default"