Hi there
Hope there is somebody who can help me understand.
I needed to change the image in the repository, from quay.io to another path throw artifactory.
In the repository i got from github, i change all the files with the docker.io, quay.io and grc.io. - i did search with something like this:
grep -rnw ‘path’ -e ‘quay.io’
And there is right now, nothing with quay.io when i search, because i have change it all - have dobbelt checked it.
awx-operator-controller-manager 2/2 running
but when i try run kubectl apply -f awx-demo.yml, and its does create the pod, its only redis that is green.
The 3 others : awx-demo-web awx-demo-task awx-demo-ee cannot get through to the internet, because they still pointing to quay.io - but there is nowhere i seem i can edit that.
If i do it in the container yml, then something overwrite it.
I could then pull my own images. This process can be a pain in the *** because you have to remember what you changed and repeat it for every new version.