diff --git a/helm/postgresql/Chart.yaml b/helm/postgresql/Chart.yaml index 7dd29ef09..015b29c6b 100755 --- a/helm/postgresql/Chart.yaml +++ b/helm/postgresql/Chart.yaml @@ -1,4 +1,4 @@ -apiVersion: v1 +apiVersion: v2 appVersion: 11.6.0 description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. diff --git a/helm/postgresql/templates/secrets.yaml b/helm/postgresql/templates/secrets.yaml index 881beb62f..02d5e4265 100755 --- a/helm/postgresql/templates/secrets.yaml +++ b/helm/postgresql/templates/secrets.yaml @@ -1,4 +1,3 @@ -{{ if eq .Values.global.postgresql.url "" }} {{- if (include "postgresql.createSecret" .) }} apiVersion: v1 kind: Secret @@ -22,4 +21,3 @@ data: postgresql-ldap-password: {{ .Values.ldap.bind_password | b64enc | quote }} {{- end }} {{- end -}} -{{- end }} \ No newline at end of file