Skip to content

Commit a79d213

Browse files
feat: add gitops-operator-default pulling interval (#456)
* feat: add gitops-operator-default pulling interval * env will be set only in gitops-runtime-helm chart values
1 parent c7d51b8 commit a79d213

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

charts/gitops-runtime/values.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,9 @@ gitops-operator:
662662
# -- Additional labels for gitops operator CRDs
663663
additionalLabels: {}
664664

665-
env: {}
665+
env: {
666+
TASK_PULLING_INTERVAL: 10s
667+
}
666668
image: {}
667669
# -- defaults
668670
# repository: quay.io/codefresh/codefresh-gitops-operator

0 commit comments

Comments
 (0)