We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d459649 commit 8abd927Copy full SHA for 8abd927
installer/helm/values.yaml
@@ -62,7 +62,7 @@ csdpInstaller:
62
tag: ""
63
serviceAccount: argocd-server
64
ttlSecondsAfterFinished: 600
65
- backoffLimit: 20
+ backoffLimit: 40
66
resources:
67
limits:
68
memory: 256Mi
installer/kustomize/csdp-installer.job.yaml
@@ -4,7 +4,7 @@ metadata:
4
name: csdp-installation-job
5
spec:
6
ttlSecondsAfterFinished: 600 # stick around for 10m
7
8
template:
9
metadata:
10
labels:
0 commit comments