Update Docker & Kubernetes/Servers/AWX/AWX Operator/AWX Operator Deployment.md

This commit is contained in:
2024-09-26 04:16:45 -06:00
parent 94134b7829
commit 7d2447de5a

View File

@ -162,7 +162,7 @@ There is a known issue with upgrading / install AWX Operator beyond version 2.10
### Create a Temporary Pod to Adjust Permissions ### Create a Temporary Pod to Adjust Permissions
We need to create a pod that will mount the PostgreSQL PVC, make changes to permissions, then destroy the v15.0 pod to have the AWX Operator automatically regenerate it. We need to create a pod that will mount the PostgreSQL PVC, make changes to permissions, then destroy the v15.0 pod to have the AWX Operator automatically regenerate it.
```jsx title="/awx/temp-pod.yml" yaml ```yaml title="/awx/temp-pod.yml"
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod
metadata: metadata: