MountDir in configmap and daemonset must be the same

This commit is contained in:
Erwan Miran
2018-02-07 18:42:42 +01:00
parent 44eb03f78a
commit abfb147292
3 changed files with 3 additions and 2 deletions

View File

@@ -10,5 +10,5 @@ data:
"local-storage": |
{
"hostDir": "{{ local_volume_base_dir }}",
"mountDir": "/mnt/local-storage/"
"mountDir": "{{ local_volume_mount_dir }}"
}