Skip to content
Snippets Groups Projects
Unverified Commit badf3187 authored by Göran Pöhner's avatar Göran Pöhner Committed by GitHub
Browse files

[postgres] issue with authMethod: "md5" (#813)

parent e9609bfa
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@ type: application
maintainers:
- name: groundhog2k
version: 0.3.3
version: 0.2.16
appVersion: "14.1"
appVersion: "13.5"
# PostgreSQL
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.1](https://img.shields.io/badge/AppVersion-14.1-informational?style=flat-square)
![Version: 0.2.16](https://img.shields.io/badge/Version-0.2.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.5](https://img.shields.io/badge/AppVersion-13.5-informational?style=flat-square)
A Helm chart for PostgreSQL on Kubernetes
......
......@@ -6,6 +6,6 @@ metadata:
labels:
{{- include "postgres.labels" . | nindent 4 }}
data:
custom.cnf: |-
postgresql.conf: |-
{{- .Values.customConfig | nindent 4 }}
{{- end }}
......@@ -142,8 +142,7 @@ spec:
- mountPath: /var/lib/postgresql/data
name: postgres-data
{{- if .Values.customConfig }}
- mountPath: /etc/postgresql/postgresql.conf
subPath: postgresql.conf
- mountPath: /etc/postgresql
name: customconfig
{{- end }}
{{- if .Values.userDatabase }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment