helm: fix: set right privilege in helm
pipeline / build-and-push-images (push) Successful in 51s
pipeline / lint-and-publish-chart (push) Successful in 6s

This commit is contained in:
2026-07-09 16:53:28 +02:00
parent c590c38199
commit d577ca3592
+1 -3
View File
@@ -30,9 +30,7 @@ spec:
- name: nfs-mounter
image: alpine:3.20
securityContext:
capabilities:
add:
- SYS_ADMIN
privileged: true
command:
- /bin/sh
- -c