diff --git a/bitnami/postgresql-ha/templates/pgpool/service.yaml b/bitnami/postgresql-ha/templates/pgpool/service.yaml index 5133b0ff9..2e0a69783 100644 --- a/bitnami/postgresql-ha/templates/pgpool/service.yaml +++ b/bitnami/postgresql-ha/templates/pgpool/service.yaml @@ -15,7 +15,9 @@ metadata: {{- if .Values.service.annotations }} {{- include "common.tplvalues.render" (dict "value" .Values.service.annotations "context" $) | nindent 4 }} {{- end }} + {{- if .Values.commonAnnotations }} {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }}