Commit d60d61f
committed
fix(helm): use /host prefix for CNI config path in container
The Helm template was hardcoding configPath: /etc/cni/net.d which
overrode the auto-detection logic in the Go code. Since the host
filesystem is mounted at /host in the container, the CNI config
path needs to be /host/etc/cni/net.d.
This fixes CNI health checks showing False even when CNI is healthy.1 parent b141cd8 commit d60d61f
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments