mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
MountDir in configmap and daemonset must be the same
This commit is contained in:
@@ -10,5 +10,5 @@ data:
|
||||
"local-storage": |
|
||||
{
|
||||
"hostDir": "{{ local_volume_base_dir }}",
|
||||
"mountDir": "/mnt/local-storage/"
|
||||
"mountDir": "{{ local_volume_mount_dir }}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user