mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 14:38:29 +00:00
fixed typo in GKE doc (#9063)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
This commit is contained in:
parent
44c98b4dfa
commit
775d5a2b77
@ -249,7 +249,7 @@ kubectl create -f permissions_pod.yml
|
||||
Once the permissions pod is up and running, execute the below commands within the container.
|
||||
|
||||
```commandline
|
||||
kubectl exec --tty my-permission-pod --container my-permission-pod -- chown -R 50000 /airflow-dags /airflow-log
|
||||
kubectl exec --tty my-permission-pod --container my-permission-pod -- chown -R 50000 /airflow-dags /airflow-logs
|
||||
# If needed
|
||||
kubectl exec --tty my-permission-pod --container my-permission-pod -- chmod -R a+rwx /airflow-dags
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user