1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Merge pull request #1790 from marquiz/devel/helm-values

helm: drop trailing whitespace from values.yaml
This commit is contained in:
Kubernetes Prow Robot 2024-07-16 01:18:33 -07:00 committed by GitHub
commit 8e0951385b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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