Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bitnami/mysql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mysql
version: 6.10.0
version: 6.10.1
appVersion: 8.0.19
description: Chart to create a Highly available MySQL cluster
keywords:
Expand Down
2 changes: 1 addition & 1 deletion bitnami/mysql/templates/master-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ spec:
{{- if or .Values.root.injectSecretsAsVolume }}
volumeMounts:
- name: mysql-credentials
mountPath: /opt/bitnami/mysql/secrets/
mountPath: /opt/bitnami/mysqld-exporter/secrets/
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modify master statefulset's volumeMounts mountPath value is the same as ENV parameter MYSQL_ROOT_PASSWORD_FILE

{{- end }}
{{- end }}
volumes:
Expand Down
2 changes: 1 addition & 1 deletion bitnami/mysql/templates/slave-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ spec:
{{- if or .Values.root.injectSecretsAsVolume }}
volumeMounts:
- name: mysql-credentials
mountPath: /opt/bitnami/mysql/secrets/
mountPath: /opt/bitnami/mysqld-exporter/secrets/
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modify slave statefulset's volumeMounts mountPath value is the same as ENV parameter MYSQL_ROOT_PASSWORD_FILE

{{- end }}
{{- end }}
volumes:
Expand Down