migtools / pvc-migrate

Standalone PVC migration
Apache License 2.0
5 stars 13 forks source link

Typo printing variable #130

Closed lcordero closed 4 years ago

lcordero commented 4 years ago
# Instead:
- mountPath: "/mnt/{ pvc_namespace }}/{ pvc.pvc_vol_safe_name }}"

# Should be:
- mountPath: "/mnt/{{ pvc_namespace }}/{{ pvc.pvc_vol_safe_name }}"

Reference: https://github.com/konveyor/pvc-migrate/blob/b7cb95edd6100e0883e41b5cf78ba92df315bd01/3_run_rsync/templates/pod.yml.j2#L44