PostgreSQL Installation with Helm: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
=External=


* https://github.com/helm/charts/tree/master/stable/postgresql
* https://github.com/bitnami/charts/tree/master/bitnami/postgresql ← https://github.com/helm/charts/tree/master/stable/postgresql
* https://github.com/bitnami/bitnami-docker-postgresql
* https://github.com/bitnami/bitnami-docker-postgresql
* https://hub.docker.com/r/bitnami/postgresql/
* https://hub.docker.com/r/bitnami/postgresql/

Revision as of 20:03, 17 March 2020

External

Internal

Overview

This document refers to the chart downloaded from the Helm stable repository https://github.com/helm/charts/tree/master/stable. Installation documentation for the chart is available in the README.md contained within the chart's archive.

Procedure

Configuration

Dependent Chart values.yaml

postgresql:
  postgresqlUsername: 'postgres' # this is the default
  postgresqlPassword: 'something'