Skip to content

Commit

Permalink
Merge pull request #1790 from marquiz/devel/helm-values
Browse files Browse the repository at this point in the history
helm: drop trailing whitespace from values.yaml
  • Loading branch information
k8s-ci-robot committed Jul 16, 2024
2 parents ea199c7 + fe6a1ac commit 8e09513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/helm/node-feature-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8e09513

Please sign in to comment.