Created
November 11, 2020 14:05
-
-
Save talalUcef/bc1b84cbc4b5aa571ff55e428d2b2631 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install pgAdmin helm chart | |
helm install pgadmin stable/pgadmin --namespace postgresql | |
# Expose pgAdmin service locally | |
kubectl port-forward -n postgresql svc/pgadmin 8085:80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment