Add ability to specify automountServiceAccountToken

This commit is contained in:
Joshua Stern 2021-03-15 14:32:25 -04:00
parent 5f1a37a624
commit 343790a6b2
5 changed files with 10 additions and 2 deletions

View file

@ -614,6 +614,7 @@ defaultBackend:
serviceAccount:
create: true
name: ""
automountServiceAccountToken: true
## Additional environment variables to set for defaultBackend pods
extraEnvs: []
@ -724,6 +725,7 @@ podSecurityPolicy:
serviceAccount:
create: true
name: ""
automountServiceAccountToken: true
## Optional array of imagePullSecrets containing private registry credentials
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/