Miles
Miles
This is a great set of changes, I didn't know that `with` could act as a conditional operator
This is an interesting problem, `ClusterRoles` work across namespaces so it makes sense that the collision would happen there. In order to make this work, we'd need to remove all...
To be clear, this issue isn't specific to the helm chart. Except for the AWX resource itself, the helm chart pulls all of the other resources from the kustomize-based operator...
Yes but this isn't a standard helm chart. These files are pulled from the kustomize directories and put into the helm template folder. So the change goes there, and I'm...
The shortest version of that wall of text is that we don't need to implement this directly in the helm chart, since the helm chart creates the AWX resource which...
It looks like it is being set up to migrate a database. What is your full AWX deployment/helm values file? If you want an empty database managed by the operator,...
Also @john-westcott-iv, fwiw, given the success in creating an ingress through this method I think that option 3 from my post above is a good approach, in the rare cases...
My guess is that it's not able to authenticate to your db so it's trying to create its own, your config looks correct to me, sorry I cant be of...