add capability to telegraf as there were errors after OS upgrade

This commit is contained in:
Joerg Lehmann 2023-03-22 20:02:52 +01:00
parent 5558b7c93f
commit d8d11ef779
2 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,8 @@ spec:
drop: drop:
- CAP_MKNOD - CAP_MKNOD
- CAP_AUDIT_WRITE - CAP_AUDIT_WRITE
add:
- CAP_NET_RAW
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: lorahandlerdata name: lorahandlerdata

View File

@ -100,6 +100,8 @@ spec:
drop: drop:
- CAP_MKNOD - CAP_MKNOD
- CAP_AUDIT_WRITE - CAP_AUDIT_WRITE
add:
- CAP_NET_RAW
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: lorahandlerdata name: lorahandlerdata