Browse Source

Removal of surnumerary slash

pull/2274/head
Erwan Miran 7 years ago
parent
commit
e1aaef7d4d
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes-apps/local_volume_provisioner/templates/daemonset.yml.j2

2
roles/kubernetes-apps/local_volume_provisioner/templates/daemonset.yml.j2

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

Loading…
Cancel
Save