Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md
This commit is contained in:
@ -156,13 +156,13 @@ 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"
|
```jsx title="/awx/temp-pod.yml"
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: temp-pod
|
name: temp-pod
|
||||||
namespace: awx
|
namespace: awx
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: temp-container
|
- name: temp-container
|
||||||
image: busybox
|
image: busybox
|
||||||
@ -175,7 +175,7 @@ We need to create a pod that will mount the PostgreSQL PVC, make changes to perm
|
|||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: postgres-15-awx-postgres-15-0
|
claimName: postgres-15-awx-postgres-15-0
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
```
|
```
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
# Deploy Temporary Pod
|
# Deploy Temporary Pod
|
||||||
|
Reference in New Issue
Block a user