You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/gitops-runtime/values.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -631,6 +631,8 @@ gitops-operator:
631
631
workflowMonitorPollingInterval: 10s
632
632
# -- Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime)
633
633
maxConcurrentReleases: 100
634
+
# -- Maximum number of reconcile retries on promotion-related resources before failing a promotion task
635
+
maxReconcileRetries: 10
634
636
# -- An optional template for the promotion wrapper (empty default will use the embedded one)
0 commit comments