From 4b3c062d1b848c2854c6c06b89d0696775868a52 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Thu, 28 Sep 2023 14:43:42 +0200 Subject: [PATCH] Add cronjob to sync finished builds to ClickHouse EE: true --- values.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index aef11d0214..686a618857 100644 --- a/values.yaml +++ b/values.yaml @@ -293,6 +293,12 @@ global: # loose_foreign_keys_cleanup_worker_cron: # cron: "*/5 * * * *" + ## https://docs.gitlab.com/charts/charts/globals#cron-jobs-related-settings + ee_cron_jobs: {} + # click_house_ci_finished_builds_sync_worker: + # cron: "*/3 * * * *" + # args: [0, 1] + ## https://docs.gitlab.com/charts/charts/globals#content-security-policy contentSecurityPolicy: enabled: false @@ -543,7 +549,7 @@ global: ## Geo Secondary only # nodeName allows multiple instances behind a load balancer. nodeName: # defaults to `gitlab.gitlab.host` - # ingressClass: + # ingressClass: # PostgreSQL connection details only needed for `secondary` psql: password: {} -- GitLab