From ac640f273a9c077dad20851cf3533e71f6a84cf8 Mon Sep 17 00:00:00 2001 From: sg774j Date: Wed, 22 May 2019 09:32:29 -0500 Subject: [PATCH] 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 --- mariadb/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb/values.yaml b/mariadb/values.yaml index 48786222c..49d98f2d9 100644 --- a/mariadb/values.yaml +++ b/mariadb/values.yaml @@ -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