Set serviceAccount.create=false for tasko and invy to use existing default SA

This commit is contained in:
dvirlabs 2026-03-22 10:26:11 +02:00
parent 4d83b5f1bf
commit a8677e6b80
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ ingress:
- invy.dvirlabs.com - invy.dvirlabs.com
# Service Account # Service Account
serviceAccount: serviceAccount:
create: true create: false
annotations: {} annotations: {}
name: "default" name: "default"
# Pod annotations # Pod annotations

View File

@ -129,6 +129,6 @@ ingress:
- tasko.dvirlabs.com - tasko.dvirlabs.com
# Service Account configuration # Service Account configuration
serviceAccount: serviceAccount:
create: true create: false
annotations: {} annotations: {}
name: "default" name: "default"