We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17c903b + e62301c commit 39e6dc0Copy full SHA for 39e6dc0
1 file changed
pkg/manager/component/telegraf.go
@@ -177,14 +177,16 @@ func NewTelegrafVolume(
177
MountPath: path.Join(hostRoot, "/sys"),
178
},
179
{
180
- Name: "root",
181
- ReadOnly: true,
182
- MountPath: hostRoot,
+ Name: "root",
+ ReadOnly: true,
+ MountPath: hostRoot,
183
+ MountPropagation: &bidirectional,
184
185
- Name: "run",
186
- ReadOnly: false,
187
- MountPath: "/var/run",
+ Name: "run",
+ ReadOnly: false,
188
+ MountPath: "/var/run",
189
190
191
192
Name: "dev",
0 commit comments