Skip to content

Commit

Permalink
Merge pull request #1207 from marquiz/devel/helm
Browse files Browse the repository at this point in the history
deployment/helm: fix default for kubeletStateDir parameter
  • Loading branch information
k8s-ci-robot authored May 4, 2023
2 parents 8507352 + efabbe0 commit bff287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/helm/node-feature-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ topologyUpdater:
kubeletPodResourcesSockPath:
updateInterval: 60s
watchNamespace: "*"
kubeletStateDir: /host-var/lib/kubelet
kubeletStateDir: /var/lib/kubelet

podSecurityContext: {}
securityContext:
Expand Down

0 comments on commit bff287e

Please sign in to comment.