Skip to content

Commit

Permalink
Template the flex volume based on the kubelet spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl-wgtwo committed Nov 21, 2019
1 parent 3ef9573 commit 736a379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ spec:
- name: flexvol-driver-host
hostPath:
type: DirectoryOrCreate
path: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/nodeagent~uds
path: "{{- or .Kubelet.VolumePluginDirectory "/usr/libexec/kubernetes/kubelet-plugins/volume/exec" }}/nodeagent~uds"
---

apiVersion: v1
Expand Down

0 comments on commit 736a379

Please sign in to comment.