Skip to content

Commit

Permalink
Updating image pull policy for awx-operator to IfNotPresent (#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknochow authored Mar 13, 2024
1 parent 154b801 commit af16e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af16e9e

Please sign in to comment.