Mariadb: Correct parameter name

Changed use_local_path_for_single_pod to use_local_path_for_single_pod_cluster
in values.yaml. It was a bug

Change-Id: I88c3fe6c2bbab87baec3ec7d1d94501d6fd741eb
This commit is contained in:
sg774j 2019-05-22 09:32:29 -05:00 committed by Pete Birley
parent c01098f396
commit ac640f273a

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