mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
[stable/mariadb] Fix 'MARIADB_MASTER_PORT_NUMBER' in templates/slave-statefulset.yaml (#11562)
Signed-off-by: Chanho Kim <7chanho@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c3c95395f6
commit
39c8704ee2
@@ -1,5 +1,5 @@
|
||||
name: mariadb
|
||||
version: 5.5.2
|
||||
version: 5.5.3
|
||||
appVersion: 10.1.38
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster.
|
||||
keywords:
|
||||
|
||||
@@ -99,7 +99,7 @@ spec:
|
||||
- name: MARIADB_MASTER_HOST
|
||||
value: {{ template "mariadb.fullname" . }}
|
||||
- name: MARIADB_MASTER_PORT_NUMBER
|
||||
value: "3306"
|
||||
value: "{{ .Values.service.port }}"
|
||||
- name: MARIADB_MASTER_ROOT_USER
|
||||
value: "root"
|
||||
- name: MARIADB_MASTER_ROOT_PASSWORD
|
||||
|
||||
Reference in New Issue
Block a user