mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mariadb] Use proper env. variable on slaves for Master port number (#7897)
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
896e6c1ddf
commit
5963eca124
@@ -1,5 +1,5 @@
|
||||
name: mariadb
|
||||
version: 5.0.1
|
||||
version: 5.0.2
|
||||
appVersion: 10.1.36
|
||||
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:
|
||||
|
||||
@@ -97,7 +97,7 @@ spec:
|
||||
value: "slave"
|
||||
- name: MARIADB_MASTER_HOST
|
||||
value: {{ template "mariadb.fullname" . }}
|
||||
- name: MARIADB_MASTER_PORT
|
||||
- name: MARIADB_MASTER_PORT_NUMBER
|
||||
value: "3306"
|
||||
- name: MARIADB_MASTER_ROOT_USER
|
||||
value: "root"
|
||||
|
||||
Reference in New Issue
Block a user