Hello,
I am getting " relation “conf_setting” does not exist at character 158" on fresh install on GCP GKE, making the AWX UI unaccessible (HTTP 500).
I have tried this multiple times with the same result.
AWX Operator 2.4.0
AWX 22.5.0
Postgres 13
kustomization.yaml:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
Find the latest tag here: https://github.com/ansible/awx-operator/releases
Set the image tags to match the git version from above
images:
- name: quay.io/ansible/awx-operator
newTag: 2.4.0
Specify a custom namespace in which to install AWX
namespace: awx
awx.yaml: