Skip to content

Commit

Permalink
🎨 Remove a whitespace in 09-worker-daemon-set.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Apr 15, 2024
1 parent b39c5dd commit e819759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/templates/09-worker-daemon-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e819759

Please sign in to comment.