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

pull/7724/head
Samuel Liu 2021-06-16 23:06:00 +08:00 committed by GitHub
parent 85fe716d46
commit 7f7e83a4d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -56,4 +56,4 @@ data:
spec:
containers:
- 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 %}

View File

@ -26,10 +26,6 @@ spec:
- /etc/config/config.json
{% if local_path_provisioner_debug|default(false) %}
- --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 %}
volumeMounts:
- name: config-volume