[X] I understand that AWX Operator is open source software provided for free and that I might not receive a timely response.
Feature Summary
Currently, the management-pod.yml.j2 template for both the backup and restore roles hardcode the image pull policy to Always.
This should be configurable (or least removed) to default to IfNotPresent.
In lieu of an image registry, I have to modify the roles today and rebuild the AWX Operator image.
Please confirm the following
Feature Summary
Currently, the
management-pod.yml.j2
template for both the backup and restore roles hardcode the image pull policy toAlways
.This should be configurable (or least removed) to default to
IfNotPresent
. In lieu of an image registry, I have to modify the roles today and rebuild the AWX Operator image.Thanks!
https://github.com/ansible/awx-operator/blob/devel/roles/backup/templates/management-pod.yml.j2 https://github.com/ansible/awx-operator/blob/devel/roles/restore/templates/management-pod.yml.j2