mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
docs: add steps to create directories
This commit is contained in:
parent
e2dd15737f
commit
33e9534b44
1 changed files with 0 additions and 2 deletions
|
|
@ -114,7 +114,6 @@ Modify two `password`s in `rulebooks/controller/kustomization.yaml`.
|
|||
...
|
||||
```
|
||||
|
||||
<!--
|
||||
Prepare directories for Persistent Volumes defined in `base/pv.yaml`. This directory will be used to store your database.
|
||||
|
||||
```bash
|
||||
|
|
@ -122,7 +121,6 @@ sudo mkdir -p /data/eda/postgres-13/data
|
|||
sudo chmod 755 /data/eda/postgres-13/data
|
||||
sudo chown 26:0 /data/eda/postgres-13/data
|
||||
```
|
||||
-->
|
||||
|
||||
### Deploy EDA Controller
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue