fix(gitea): increase config job backoff limit

Oops, 0 means no retry
This commit is contained in:
Khue Doan 2024-03-27 10:37:32 +07:00
parent 66a92da77b
commit 5e960681c4

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
argocd.argoproj.io/sync-wave: "1" argocd.argoproj.io/sync-wave: "1"
spec: spec:
backoffLimit: 0 backoffLimit: 10
template: template:
spec: spec:
restartPolicy: Never restartPolicy: Never