From 72193433b1ee8f4559101d5e7f759ab70174774f Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 17 Oct 2024 10:18:16 +0200 Subject: [PATCH] revert: disabling clickhouse pwd rotation, as CH not used Signed-off-by: rjshrjndrn --- scripts/helmcharts/databases/templates/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/databases/templates/job.yaml b/scripts/helmcharts/databases/templates/job.yaml index dccefd210..db5f14202 100644 --- a/scripts/helmcharts/databases/templates/job.yaml +++ b/scripts/helmcharts/databases/templates/job.yaml @@ -54,7 +54,7 @@ spec: fi fi {{- end }} - {{- if .Values.clickhouse.oldPassword }} + {{- if .Values.clickhouse.oldPasswordnever }} # This will never trigger, as there is no clickhouse server right now. - name: update-clickhouse-password image: clickhouse/clickhouse-server:22.8 env: