PostgreSQL Installation with Helm: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:


=Configuration=
=Configuration=
==values.yaml==
postgresql:
  postgresqlUsername: 'posgres' # this is the default
  postgresqlPassword: 'something'

Revision as of 20:31, 3 September 2019

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

values.yaml

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