[bitnami/postgresql] Use common functions for tplValues (#3730)

* [bitnami/postgresql] Use common functions for tplValues

* Bump version
This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2020-09-23 11:56:20 +02:00
committed by GitHub
parent 6da71b3660
commit af4ae62ab7
19 changed files with 27 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- if .Values.commonAnnotations }}
annotations: {{- include "postgresql.tplValue" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
spec:
{{- with .Values.metrics.prometheusRule.rules }}