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

@@ -85,7 +85,7 @@ spec:
name: cilium-aws
optional: true
image: "{{ cilium_operator_image_repo }}:{{ cilium_operator_image_tag }}"
imagePullPolicy: IfNotPresent
imagePullPolicy: {{ k8s_image_pull_policy }}
name: cilium-operator
livenessProbe:
httpGet: