Fix Flexvolume mount in Openstack Controller (#6480)

pull/6498/head
bozzo 2020-08-04 14:28:35 +02:00 committed by GitHub
parent ffbd98fec6
commit cc70200a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ spec:
hostNetwork: true
volumes:
- hostPath:
path: /usr/libexec/kubernetes/kubelet-plugins/volume/exec
path: "{{ kubelet_flexvolumes_plugins_dir }}"
type: DirectoryOrCreate
name: flexvolume-dir
- hostPath: