Skip to content

Commit

Permalink
fix(kyverno): add jitter initcontainer to volsync mover pod
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Oct 22, 2024
1 parent 42a34c9 commit 04bd75d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
values: [11]
template:
spec:
initContainers:
- name: jitter
image: docker.io/library/busybox:latest
command: ['sh', '-c', 'sleep $(shuf -i 0-60 -n 1)']
containers:
- name: restic
volumeMounts:
Expand Down

0 comments on commit 04bd75d

Please sign in to comment.