[bitnami/mysql] Add debug to slave statefulset (#3099)

* [bitnami/mysql] Add debut to slave statefulset

Signed-off-by: Andrés Bono <andresbono@vmware.com>

* Bump chart version

Signed-off-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
Andrés Bono
2020-07-13 10:48:09 +02:00
committed by GitHub
parent 715c352467
commit c0df593189
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: mysql
version: 6.14.4
version: 6.14.5
appVersion: 8.0.20
description: Chart to create a Highly available MySQL cluster
keywords:
@@ -67,6 +67,8 @@ spec:
image: {{ template "mysql.image" . }}
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
env:
- name: BITNAMI_DEBUG
value: {{ ternary "true" "false" .Values.image.debug | quote }}
- name: MYSQL_REPLICATION_MODE
value: "slave"
- name: MYSQL_MASTER_HOST