Skip to content

Commit

Permalink
fix(kyverno): remove pod replacement policy on volsync mover
Browse files Browse the repository at this point in the history
This was not doing anything great for me at volsync still tries to create the pods over and over on failure
  • Loading branch information
onedr0p authored Jan 9, 2025
1 parent b097796 commit 978dcd3
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ spec:
mutate:
patchStrategicMerge:
spec:
podReplacementPolicy: Failed
podFailurePolicy:
rules:
- action: FailJob
onExitCodes:
containerName: restic
operator: In
values: [11]
template:
spec:
initContainers:
Expand Down

0 comments on commit 978dcd3

Please sign in to comment.