Merge pull request #6761 from stylianosrigas/quotes-serviceaccount-name
Adding quotes in the serviceAccount name in Helm values.
This commit is contained in:
commit
229ef85db0
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