Add README.md about postgres password secret.
This commit is contained in:
parent
e61e7654dc
commit
c65741753c
1 changed files with 3 additions and 0 deletions
3
k8s/postgres/README.md
Normal file
3
k8s/postgres/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
### Postgres password
|
||||
To create the postgres password secret you can use the following command.
|
||||
kubectl create secret generic postgres-secret --from-literal=postgres-password=xxXxXxX -n postgres
|
Loading…
Add table
Reference in a new issue