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
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -674,9 +674,21 @@ gitops-operator:
674
674
# -- Additional labels for gitops operator CRDs
675
675
additionalLabels: {}
676
676
677
-
env: {
678
-
TASK_PULLING_INTERVAL: 10s
679
-
}
677
+
config:
678
+
# -- Task polling interval
679
+
taskPollingInterval: 10s
680
+
# -- Commit status polling interval
681
+
commitStatusPollingInterval: 10s
682
+
# -- Workflow monitor polling interval
683
+
workflowMonitorPollingInterval: 10s
684
+
# -- Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime)
685
+
maxConcurrentReleases: 100
686
+
# -- An optional template for the promotion wrapper (empty default will use the embedded one)
0 commit comments