Admin tool for Postgresql databases
1.3K
I make available a PGAdmin4 template focused on a development environment for the community. We start from an ephemeral configuration, so if the pod is restarted, all saved connections and sql files will be removed
If you want to access the Dockerfile file, you can do it by clicking on the following link: https://github.com/fgomezotero/pgadmin4
$ oc create -f pgadmin4-template.yaml
The previous step loads the template and its artefacts to the current namespace or project.
$ oc process pgadmin4-template -p NAME=pgadmin4 -p [email protected] -p PASSWD=admin | oc create -f -
Finally we process the template and initialize the parameter, created each of the artifacts.
I hope you find it useful.
Content type
Image
Digest
Size
209.7 MB
Last updated
about 6 years ago
docker pull fgomezotero/pgadmin4-openshift