mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 15:44:34 +07:00
fix(gitea): increase config job backoff limit
Oops, 0 means no retry
This commit is contained in:
parent
66a92da77b
commit
5e960681c4
@ -6,7 +6,7 @@ metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
spec:
|
||||
backoffLimit: 0
|
||||
backoffLimit: 10
|
||||
template:
|
||||
spec:
|
||||
restartPolicy: Never
|
||||
|
Loading…
Reference in New Issue
Block a user