From 5d4557d1dd612a2f5d1d29370f76ad3fe012607c Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Mon, 14 Aug 2023 17:49:14 +0300 Subject: [PATCH] :sparkles: Add `SYS_MODULE` Linux capability to the worker DaemonSet --- helm-chart/templates/09-worker-daemon-set.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index fd8a3e15a..4bd160096 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -69,6 +69,7 @@ spec: - SYS_PTRACE - DAC_OVERRIDE - SYS_RESOURCE + - SYS_MODULE drop: - ALL volumeMounts: