Skip to content

Commit

Permalink
fix(qbittorrent): fix netshoot sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Nov 7, 2024
1 parent 2a72086 commit be68ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
tag: latest
pullPolicy: Always
command: ["/bin/bash"]
args: ["-c", "while true; sleep infinity; done"]
args: ["-c", "while true; do sleep infinity; done"]
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
Expand Down

0 comments on commit be68ae4

Please sign in to comment.