Skip to content

Commit

Permalink
ci!: bump helm version to 3 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
akastav authored Jul 6, 2021
1 parent b1ef218 commit b64d84b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion helm/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions helm/postgresql/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ if eq .Values.global.postgresql.url "" }}
{{- if (include "postgresql.createSecret" .) }}
apiVersion: v1
kind: Secret
Expand All @@ -22,4 +21,3 @@ data:
postgresql-ldap-password: {{ .Values.ldap.bind_password | b64enc | quote }}
{{- end }}
{{- end -}}
{{- end }}

0 comments on commit b64d84b

Please sign in to comment.