Fix ImagePullPolicy missing variable usage (#6091)

This commit is contained in:
Florian Ruynat
2020-05-10 20:37:50 +02:00
committed by GitHub
parent 21ea079896
commit b6243bfc1c
14 changed files with 25 additions and 26 deletions

View File

@@ -103,7 +103,7 @@ spec:
{% if aws_ebs_csi_enable_volume_resizing %}
- name: csi-resizer
image: {{ csi_resizer_image_repo }}:{{ csi_resizer_image_tag }}
imagePullPolicy: Always
imagePullPolicy: {{ k8s_image_pull_policy }}
args:
- --csi-address=$(ADDRESS)
- --v=5