Skip to content

Commit

Permalink
Merge pull request #1219 from Suraiya-Hameed/main
Browse files Browse the repository at this point in the history
chore: allow retries on pre-upgrade hook jobs
  • Loading branch information
k8s-ci-robot committed Apr 19, 2023
2 parents 3deb19a + 23b30d1 commit 5c67c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ metadata:
helm.sh/hook-weight: "10"
helm.sh/hook-delete-policy: "hook-succeeded,before-hook-creation"
spec:
backoffLimit: 0
backoffLimit: 3
template:
metadata:
name: {{ template "sscd.fullname" . }}-upgrade-crds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ metadata:
helm.sh/hook-weight: "20"
helm.sh/hook-delete-policy: "hook-succeeded,before-hook-creation"
spec:
backoffLimit: 0
backoffLimit: 3
template:
metadata:
name: {{ template "sscd.fullname" . }}-keep-crds
Expand Down

0 comments on commit 5c67c74

Please sign in to comment.