Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/pr-3012
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add wrapper for bitnami/postgresql chart.
4 changes: 4 additions & 0 deletions charts/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
description: Wrapper chart for bitnami/postgresql
name: postgresql
version: 0.0.42
4 changes: 4 additions & 0 deletions charts/postgresql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This is the wrapper for PostgreSQL Bitnami chart.

Configure the values.yaml file to create the database, username, password and other configuration.
List of parameters available - https://artifacthub.io/packages/helm/bitnami/postgresql#parameters
4 changes: 4 additions & 0 deletions charts/postgresql/requirements.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies:
- name: postgresql
version: 11.9.8
repository: https://charts.bitnami.com/bitnami
5 changes: 5 additions & 0 deletions charts/postgresql/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Configure the parent postgresql chart
postgresql:
fullnameOverride: postgresql
volumePermissions:
enabled: true