Removal of surnumerary slash
This commit is contained in:
parent
abfb147292
commit
e1aaef7d4d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ spec:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: discovery-vol
|
- name: discovery-vol
|
||||||
mountPath: "/{{ local_volume_mount_dir }}"
|
mountPath: "{{ local_volume_mount_dir }}"
|
||||||
- name: local-volume-config
|
- name: local-volume-config
|
||||||
mountPath: /etc/provisioner/config/
|
mountPath: /etc/provisioner/config/
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue