guys, good night! Is there a way to install awx-operator (2.4.0) through a yaml deployment on rancher (k8s)? the idea would be to install awx-operator.yaml and awx.yaml. The path I found in the documentation would be via helm chart, but when installing the rancher, it cannot access the image of a proxy file and ends up generating an error in the installation.
https://github.com/ansible/awx-operator/blob/devel/docs/installation/basic-install.md
would using the kustomization.yml to deploy awx-operator work for you?
AWX Team