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

@@ -18,7 +18,7 @@ spec:
privileged: true
volumeMounts:
- name: discovery-vol
mountPath: "/local-disks"
mountPath: "/{{ local_volume_mount_dir }}"
- name: local-volume-config
mountPath: /etc/provisioner/config/
env: