From 1ff6c72bede98435f6e984eaa3c5cdac5599f754 Mon Sep 17 00:00:00 2001 From: Jakub Surdej Date: Fri, 28 Jun 2024 15:07:16 +0200 Subject: [PATCH] Add missing file to the helm chart Signed-off-by: Jakub Surdej --- configs/helm/templates/service.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/helm/templates/service.yaml b/configs/helm/templates/service.yaml index f4af801..1e463a5 100644 --- a/configs/helm/templates/service.yaml +++ b/configs/helm/templates/service.yaml @@ -5,6 +5,10 @@ metadata: name: {{ include "prometheus-rds-exporter.fullname" . }} labels: {{- include "prometheus-rds-exporter.labels" . | nindent 4 }} + {{- with .Values.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: type: {{ .Values.service.type }} ports: