Skip to content
Snippets Groups Projects
Unverified Commit 7f7e83a4 authored by Samuel Liu's avatar Samuel Liu Committed by GitHub
Browse files

fix local-path-provisioner helper image repo (#7703)

parent 85fe716d
No related branches found
No related tags found
No related merge requests found
...@@ -56,4 +56,4 @@ data: ...@@ -56,4 +56,4 @@ data:
spec: spec:
containers: containers:
- name: helper-pod - name: helper-pod
image: busybox image: {% if local_path_provisioner_helper_image_repo is defined %}{{ local_path_provisioner_helper_image_repo }}:{{ local_path_provisioner_helper_image_tag }}{% else %}busybox{% endif %}
...@@ -26,10 +26,6 @@ spec: ...@@ -26,10 +26,6 @@ spec:
- /etc/config/config.json - /etc/config/config.json
{% if local_path_provisioner_debug|default(false) %} {% if local_path_provisioner_debug|default(false) %}
- --debug - --debug
{% endif %}
{% if local_path_provisioner_helper_image_repo is defined %}
- --helper-image
- {{local_path_provisioner_helper_image_repo}}:{{local_path_provisioner_helper_image_tag}}
{% endif %} {% endif %}
volumeMounts: volumeMounts:
- name: config-volume - name: config-volume
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment