From 53490fa3240d2c1d9b4e4948f85d2a3ef0df3746 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Wed, 17 Apr 2024 09:42:16 +0200 Subject: [MARIADB][POLICY] Correct the MariaDB ReadinessCheck The configuration of an external MariaDB did not fit with the template function of _mariadb.tpl and additionally the template function has a bug in the service information. Issue-ID: OOM-3290 Change-Id: I92f758647012ebf289549665f7f5c20e94c9ff66 Signed-off-by: Andreas Geissler --- kubernetes/common/common/templates/_mariadb.tpl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'kubernetes/common') diff --git a/kubernetes/common/common/templates/_mariadb.tpl b/kubernetes/common/common/templates/_mariadb.tpl index 41259b3b4f..3092298a7d 100644 --- a/kubernetes/common/common/templates/_mariadb.tpl +++ b/kubernetes/common/common/templates/_mariadb.tpl @@ -80,11 +80,7 @@ {{- index .Values "mariadb-galera" "nameOverride" -}} {{- end }} {{- else -}} - {{- if .Values.global.mariadbGalera.useOperator }} - {{- printf "%s-primary" (.Values.global.mariadbGalera.service) }} - {{- else }} {{- .Values.global.mariadbGalera.service -}} - {{- end }} {{- end -}} {{- end -}} -- cgit 1.2.3-korg