Skip to content

Commit 8abd927

Browse files
update job backoffLimit form 20 to 40
1 parent d459649 commit 8abd927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installer/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ csdpInstaller:
6262
tag: ""
6363
serviceAccount: argocd-server
6464
ttlSecondsAfterFinished: 600
65-
backoffLimit: 20
65+
backoffLimit: 40
6666
resources:
6767
limits:
6868
memory: 256Mi

installer/kustomize/csdp-installer.job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: csdp-installation-job
55
spec:
66
ttlSecondsAfterFinished: 600 # stick around for 10m
7-
backoffLimit: 20
7+
backoffLimit: 40
88
template:
99
metadata:
1010
labels:

0 commit comments

Comments
 (0)