🎨 Remove a whitespace in 09-worker-daemon-set.yaml

This commit is contained in:
M. Mert Yildiran 2024-04-16 00:27:18 +03:00
parent b39c5dd5d3
commit e819759c2d
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -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: