diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-04-17 09:42:16 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2024-04-17 14:58:50 +0200 |
commit | 53490fa3240d2c1d9b4e4948f85d2a3ef0df3746 (patch) | |
tree | 8fb6af947b0dac1cb019c86544af8830dbe06d14 /kubernetes/common | |
parent | f8a899c48c91681eb61f3968583862ffc9e9ad73 (diff) |
[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 <andreas-geissler@telekom.de>
Diffstat (limited to 'kubernetes/common')
-rw-r--r-- | kubernetes/common/common/templates/_mariadb.tpl | 4 |
1 files changed, 0 insertions, 4 deletions
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 -}} |