mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Updating image pull policy for awx-operator to IfNotPresent (#1761)
This commit is contained in:
@@ -39,7 +39,7 @@ spec:
|
|||||||
- --leader-elect
|
- --leader-elect
|
||||||
- --leader-election-id=awx-operator
|
- --leader-election-id=awx-operator
|
||||||
image: controller:latest
|
image: controller:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
name: awx-manager
|
name: awx-manager
|
||||||
env:
|
env:
|
||||||
- name: ANSIBLE_GATHERING
|
- name: ANSIBLE_GATHERING
|
||||||
|
|||||||
Reference in New Issue
Block a user