homeassistant sec context

Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-10-10 15:48:07 -04:00
parent 806fb8c428
commit 69ec387aff

View File

@@ -27,6 +27,13 @@ spec:
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /config mountPath: /config
securityContext:
privileged: true
capabilities:
add:
- NET_ADMIN
- NET_RAW
hostNetwork: true
volumes: volumes:
- name: config - name: config
persistentVolumeClaim: persistentVolumeClaim: