Skip to content
Snippets Groups Projects
Commit 655244a8 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

add Readme for requirements

parent 20faca6e
No related branches found
No related tags found
No related merge requests found
# Requirements
```
PASSWD1=$(uuidgen)
PASSWD2=$(uuidgen)
PASSWD3=$(uuidgen)
kubectl -n database create secret generic --from-literal=password=${PASSWD1} --from-literal=postgres-password=${PASSWD2} --from-literal=repmgr-password=${PASSWD3} postgresql-auth
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment