Modify imagepullpolicy (#6816)
parent
8bec5beb4b
commit
dbe6eb20c8
|
@ -29,7 +29,7 @@ spec:
|
|||
image: {{ ingress_ambassador_image_repo }}:{{ ingress_ambassador_image_tag }}
|
||||
command:
|
||||
- ambassador-operator
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: {{ k8s_image_pull_policy }}
|
||||
env:
|
||||
- name: WATCH_NAMESPACE
|
||||
valueFrom:
|
||||
|
|
|
@ -318,7 +318,7 @@ spec:
|
|||
name: memberlist
|
||||
key: secretkey
|
||||
image: {{ metallb_speaker_image_repo }}:{{ metallb_version }}
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: {{ k8s_image_pull_policy }}
|
||||
name: speaker
|
||||
ports:
|
||||
- containerPort: {{ metallb_port }}
|
||||
|
@ -374,7 +374,7 @@ spec:
|
|||
- --port={{ metallb_port }}
|
||||
- --config=config
|
||||
image: {{ metallb_controller_image_repo }}:{{ metallb_version }}
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: {{ k8s_image_pull_policy }}
|
||||
name: controller
|
||||
ports:
|
||||
- containerPort: {{ metallb_port }}
|
||||
|
|
Loading…
Reference in New Issue