Merge pull request #6761 from stylianosrigas/quotes-serviceaccount-name

Adding quotes in the serviceAccount name in Helm values.
This commit is contained in:
Kubernetes Prow Robot 2021-01-20 07:50:00 -08:00 committed by GitHub
commit 229ef85db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/