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

This commit is contained in:
MikeG 2020-04-14 16:52:12 +03:00 committed by GitHub
parent 7b2f35c7d4
commit 7910198b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ spec:
{% if local_path_provisioner_debug|default(false) %}
- --debug
{% endif %}
{{ if local_path_provisioner_helper_image is defined }}
{% if local_path_provisioner_helper_image_repo is defined %}
- --helper-image
- {{local_path_provisioner_helper_image_repo}}:{{local_path_provisioner_helper_image_tag}}
{% endif %}