Add ability to specify automountServiceAccountToken
This commit is contained in:
parent
5f1a37a624
commit
343790a6b2
5 changed files with 10 additions and 2 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue