Merge "Mariadb: Correct parameter name"

This commit is contained in:
Zuul
2019-05-23 14:19:14 +00:00
committed by Gerrit Code Review

View File

@@ -231,7 +231,7 @@ dependencies:
volume:
# this value is used for single pod deployments of mariadb to prevent losing all data
# if the pod is restarted
use_local_path_for_single_pod:
use_local_path_for_single_pod_cluster:
enabled: false
host_path: "/tmp/mysql-data"
chown_on_start: true