add capability to telegraf as there were errors after OS upgrade
This commit is contained in:
parent
5558b7c93f
commit
d8d11ef779
|
|
@ -97,6 +97,8 @@ spec:
|
|||
drop:
|
||||
- CAP_MKNOD
|
||||
- CAP_AUDIT_WRITE
|
||||
add:
|
||||
- CAP_NET_RAW
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: lorahandlerdata
|
||||
|
|
|
|||
|
|
@ -100,6 +100,8 @@ spec:
|
|||
drop:
|
||||
- CAP_MKNOD
|
||||
- CAP_AUDIT_WRITE
|
||||
add:
|
||||
- CAP_NET_RAW
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: lorahandlerdata
|
||||
|
|
|
|||
Loading…
Reference in New Issue