|
@@ -50,9 +50,9 @@
|
|
|
src: "{{ mktemp.stdout }}/controller.yaml"
|
|
|
edits:
|
|
|
- key: spec.volumes[3].hostPath.path
|
|
|
- value: "{{ openshift_flexvolume_container_directory_default }}"
|
|
|
+ value: "/etc/origin/kubelet-plugins"
|
|
|
- key: spec.containers[0].volumeMounts[3].mountPath
|
|
|
- value: "{{ openshift_flexvolume_container_directory_default }}"
|
|
|
+ value: "/etc/origin/kubelet-plugins"
|
|
|
when: openshift_is_atomic | bool
|
|
|
|
|
|
- name: ensure pod location exists
|