Sign inSign up

fgomezotero/pgadmin4-openshift

By fgomezotero

Updated about 6 years ago

Admin tool for Postgresql databases

Image
0

1.3K

fgomezotero/pgadmin4-openshift repository overview

brief introduction

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

Basic usage

$ 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.

Tag summary

Content type

Image

Digest

Size

209.7 MB

Last updated

about 6 years ago

docker pull fgomezotero/pgadmin4-openshift