docs
docs copied to clipboard
KubeDB Docs
Results
22
docs issues
Sort by
recently updated
recently updated
newest added
Signed-off-by: Arnob kumar saha
Using ``` kubectl create -f https://github.com/kubedb/docs/raw/v2023.06.19/docs/examples/postgres/quickstart/pgadmin.yaml ``` My pgadmin instance can't start. Because of ``` ❯ docker run -e PGADMIN_DEFAULT_EMAIL=admin -e PGADMIN_DEFAULT_PASSWORD=admin -e PGADMIN_PORT=80 --rm -it dpage/pgadmin4:latest 'admin' does not...