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 mariadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: mariadb
description: A Helm chart for MariaDB
type: application
version: 0.1.17
version: 0.1.18
appVersion: "10.6"
2 changes: 2 additions & 0 deletions mariadb/templates/mariadb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ spec:
errorDurationThreshold: {{ .Values.secondary.replica.recovery.errorDurationThreshold }}
{{- end }}
{{- end }}
{{- if and .Values.backup.enabled (eq .Values.backup.type "physical") }}
bootstrapFrom:
physicalBackupTemplateRef:
name: {{ include "mariadb.fullname" . }}-physicalbackup
{{- end }}
{{- if .Values.secondary.semiSync.enabled }}
semiSyncEnabled: true
semiSyncAckTimeout: 10s
Expand Down
Loading