1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-04-23 20:57:10 +00:00

deployment/helm: fix default for kubeletStateDir parameter

This parameter is a path in the host system, not a mount path inside the
container.
This commit is contained in:
Markus Lehtonen 2023-05-04 11:46:31 +03:00
parent 85073525c3
commit efabbe04ae

View file

@ -410,7 +410,7 @@ topologyUpdater:
kubeletPodResourcesSockPath:
updateInterval: 60s
watchNamespace: "*"
kubeletStateDir: /host-var/lib/kubelet
kubeletStateDir: /var/lib/kubelet
podSecurityContext: {}
securityContext: