Skip to content

Commit 2887699

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 f998fb9 commit 2887699

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,9 @@ gitops-operator:
674674
# -- Additional labels for gitops operator CRDs
675675
additionalLabels: {}
676676

677-
env: {}
677+
env: {
678+
TASK_PULLING_INTERVAL: 10s
679+
}
678680
image: {}
679681
# -- defaults
680682
# repository: quay.io/codefresh/codefresh-gitops-operator

0 commit comments

Comments
 (0)