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:
|
serviceAccount:
|
||||||
create: true
|
create: true
|
||||||
name:
|
name: ""
|
||||||
## Additional environment variables to set for defaultBackend pods
|
## Additional environment variables to set for defaultBackend pods
|
||||||
extraEnvs: []
|
extraEnvs: []
|
||||||
|
|
||||||
|
@ -708,7 +708,7 @@ podSecurityPolicy:
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
create: true
|
create: true
|
||||||
name:
|
name: ""
|
||||||
|
|
||||||
## Optional array of imagePullSecrets containing private registry credentials
|
## Optional array of imagePullSecrets containing private registry credentials
|
||||||
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||||
|
|
Loading…
Reference in a new issue