Adding in the serviceAccount name
This commit is contained in:
parent
73f2109aaf
commit
2e81dd23e8
1 changed files with 2 additions and 2 deletions
|
@ -608,7 +608,7 @@ defaultBackend:
|
|||
|
||||
serviceAccount:
|
||||
create: true
|
||||
name:
|
||||
name: ""
|
||||
## Additional environment variables to set for defaultBackend pods
|
||||
extraEnvs: []
|
||||
|
||||
|
@ -708,7 +708,7 @@ podSecurityPolicy:
|
|||
|
||||
serviceAccount:
|
||||
create: true
|
||||
name:
|
||||
name: ""
|
||||
|
||||
## Optional array of imagePullSecrets containing private registry credentials
|
||||
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
|
|
Loading…
Reference in a new issue