Fix pgpool service annotations (#6073)

This commit is contained in:
Alejandro Moreno
2021-04-13 18:41:37 +02:00
committed by GitHub
parent f466249306
commit 87c70d2c1c

View File

@@ -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 }}