mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
helm: drop trailing whitespace from values.yaml
This commit is contained in:
parent
25ffe9c178
commit
fe6a1ac3d9
1 changed files with 3 additions and 3 deletions
|
@ -88,9 +88,9 @@ master:
|
||||||
# The name of the service account to use.
|
# The name of the service account to use.
|
||||||
# If not set and create is true, a name is generated using the fullname template
|
# If not set and create is true, a name is generated using the fullname template
|
||||||
name:
|
name:
|
||||||
|
|
||||||
# specify how many old ReplicaSets for the Deployment to retain.
|
# specify how many old ReplicaSets for the Deployment to retain.
|
||||||
revisionHistoryLimit:
|
revisionHistoryLimit:
|
||||||
|
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
|
@ -546,7 +546,7 @@ gc:
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
# specify how many old ReplicaSets for the Deployment to retain.
|
# specify how many old ReplicaSets for the Deployment to retain.
|
||||||
revisionHistoryLimit:
|
revisionHistoryLimit:
|
||||||
|
|
||||||
# Optionally use encryption for worker <--> master comms
|
# Optionally use encryption for worker <--> master comms
|
||||||
# TODO: verify hostname is not yet supported
|
# TODO: verify hostname is not yet supported
|
||||||
|
|
Loading…
Reference in a new issue