From e819759c2d5ddaf6feea1f69272b3981ba873ce2 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Tue, 16 Apr 2024 00:27:18 +0300 Subject: [PATCH] :art: Remove a whitespace in `09-worker-daemon-set.yaml` --- helm-chart/templates/09-worker-daemon-set.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 963b67f94..0cd8f741d 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -136,7 +136,7 @@ spec: - name: unload-pf-ring image: {{ .Values.tap.kernelModule.image }} command: ["/bin/sh"] - args: ["-c", "trap 'rmmod pf_ring && sleep 3' SIGTERM; while true; do sleep 1; done"] + args: ["-c", "trap 'rmmod pf_ring && sleep 3' SIGTERM; while true; do sleep 1; done"] securityContext: capabilities: add: