To configure AWX to use an external database, the Custom Resource needs to know about the connection details. To do this, create a k8s secret with those connection details and specify the name of the secret as postgres_configuration_secret at the CR spec level."
So this reads to me like I need to create a file named "postgres_configuration_secret.yaml" I'm assuming .yaml and within the file I put the contents from the example.
Then it says "specify the name of the secret at the CR spec level", sorry but what is the CR spec level?
Then it goes on to say:
"Once the secret is created, you can specify it on your spec: