Add README.md about postgres password secret.
This commit is contained in:
parent
e61e7654dc
commit
c65741753c
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…
Reference in a new issue