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"