Skip to content

Commit

Permalink
Add missing file to the helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Surdej <jakub.sudej@shift4.com>
  • Loading branch information
Jakub Surdej committed Jul 1, 2024
1 parent a046d79 commit 1ff6c72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/helm/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1ff6c72

Please sign in to comment.