1
0
Fork 0
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:
Markus Lehtonen 2024-07-16 09:41:26 +03:00
parent 25ffe9c178
commit fe6a1ac3d9

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