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
|
- invy.dvirlabs.com
|
||||||
# Service Account
|
# Service Account
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
create: true
|
create: false
|
||||||
annotations: {}
|
annotations: {}
|
||||||
name: "default"
|
name: "default"
|
||||||
# Pod annotations
|
# Pod annotations
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user