Merge "Mariadb: Correct parameter name"

This commit is contained in:
Zuul 2019-05-23 14:19:14 +00:00 committed by Gerrit Code Review
commit 8731166dbf
1 changed files with 1 additions and 1 deletions

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