From fe6a1ac3d9ce6f63bbcff1eb98b75af7ada92333 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Tue, 16 Jul 2024 09:41:26 +0300 Subject: [PATCH] helm: drop trailing whitespace from values.yaml --- deployment/helm/node-feature-discovery/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/helm/node-feature-discovery/values.yaml b/deployment/helm/node-feature-discovery/values.yaml index dcb24cced..cbf8b1db5 100644 --- a/deployment/helm/node-feature-discovery/values.yaml +++ b/deployment/helm/node-feature-discovery/values.yaml @@ -88,9 +88,9 @@ master: # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: - + # specify how many old ReplicaSets for the Deployment to retain. - revisionHistoryLimit: + revisionHistoryLimit: rbac: create: true @@ -546,7 +546,7 @@ gc: affinity: {} # specify how many old ReplicaSets for the Deployment to retain. - revisionHistoryLimit: + revisionHistoryLimit: # Optionally use encryption for worker <--> master comms # TODO: verify hostname is not yet supported