Merge pull request #350 from 3dwardch3ng/infra/node-exporter

remove cap-add param
This commit is contained in:
2024-06-26 21:51:52 +10:00
committed by GitHub

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