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:
parent
85073525c3
commit
efabbe04ae
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ topologyUpdater:
|
|||
kubeletPodResourcesSockPath:
|
||||
updateInterval: 60s
|
||||
watchNamespace: "*"
|
||||
kubeletStateDir: /host-var/lib/kubelet
|
||||
kubeletStateDir: /var/lib/kubelet
|
||||
|
||||
podSecurityContext: {}
|
||||
securityContext:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue