Updating image pull policy for awx-operator to IfNotPresent (#1761)

This commit is contained in:
aknochow
2024-03-13 16:51:06 -04:00
committed by GitHub
parent 154b801cfc
commit af16e9e73f

View File

@@ -39,7 +39,7 @@ spec:
- --leader-elect
- --leader-election-id=awx-operator
image: controller:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: awx-manager
env:
- name: ANSIBLE_GATHERING