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:
argocd.argoproj.io/sync-wave: "1"
spec:
backoffLimit: 0
backoffLimit: 10
template:
spec:
restartPolicy: Never