remove cap-add param

This commit is contained in:
2024-06-26 21:51:32 +10:00
parent b64ed0bef5
commit 53cb75335e

View File

@@ -32,7 +32,6 @@ spec:
image: prom/node-exporter image: prom/node-exporter
args: args:
- "--path.rootfs=/host" - "--path.rootfs=/host"
- "--cap-add=SYS_TIME"
volumeMounts: volumeMounts:
- name: node-volume - name: node-volume
mountPath: /host mountPath: /host