Set serviceAccount.create=false for tasko and invy to use existing default SA
This commit is contained in:
parent
4d83b5f1bf
commit
a8677e6b80
@ -131,7 +131,7 @@ ingress:
|
||||
- invy.dvirlabs.com
|
||||
# Service Account
|
||||
serviceAccount:
|
||||
create: true
|
||||
create: false
|
||||
annotations: {}
|
||||
name: "default"
|
||||
# Pod annotations
|
||||
|
||||
@ -129,6 +129,6 @@ ingress:
|
||||
- tasko.dvirlabs.com
|
||||
# Service Account configuration
|
||||
serviceAccount:
|
||||
create: true
|
||||
create: false
|
||||
annotations: {}
|
||||
name: "default"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user