Skip to content

Commit

Permalink
fixing service template annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-downs committed Oct 10, 2023
1 parent a271103 commit 8ec0e43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/smtp-blackhole/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ metadata:
name: {{ include "smtp-blackhole.fullname" . }}
labels:
{{- include "smtp-blackhole.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
{{- include "smtp-blackhole.annotations" . | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down

0 comments on commit 8ec0e43

Please sign in to comment.