PostgreSQL Installation with Helm

From NovaOrdis Knowledge Base
Revision as of 18:02, 9 September 2019 by Ovidiu (talk | contribs) (→‎External)
Jump to navigation Jump to search

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'