Skip to content
Snippets Groups Projects
Unverified Commit 7910198b authored by MikeG's avatar MikeG Committed by GitHub
Browse files

fix error in templating in local-path-provisioner (#5950)

parent 7b2f35c7
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ spec: ...@@ -27,7 +27,7 @@ spec:
{% if local_path_provisioner_debug|default(false) %} {% if local_path_provisioner_debug|default(false) %}
- --debug - --debug
{% endif %} {% endif %}
{{ if local_path_provisioner_helper_image is defined }} {% if local_path_provisioner_helper_image_repo is defined %}
- --helper-image - --helper-image
- {{local_path_provisioner_helper_image_repo}}:{{local_path_provisioner_helper_image_tag}} - {{local_path_provisioner_helper_image_repo}}:{{local_path_provisioner_helper_image_tag}}
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment