Skip to content

Commit

Permalink
[TT-14005] fix pump svc annotation (#389)
Browse files Browse the repository at this point in the history
* fix pump svc annotation

* fix indentation

---------

Co-authored-by: Komal Sukhani <[email protected]>
  • Loading branch information
zalbiraw and komalsukhani authored Feb 25, 2025
1 parent 860ec8c commit 29cced0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/tyk-pump/templates/service-pump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ apiVersion: v1
kind: Service
metadata:
name: pump-svc-{{ include "tyk-pump.fullname" . }}
{{- if .Values.pump.service.annotations }}
{{ toYaml .Values.pump.service.annotations }}
{{- end }}
{{- if .Values.pump.service.annotations }}
annotations:
{{ toYaml .Values.pump.service.annotations | nindent 4 }}
{{- end }}
labels:
app: pump-svc-{{ include "tyk-pump.fullname" . }}
chart: {{ include "tyk-pump.chart" . }}
Expand Down

0 comments on commit 29cced0

Please sign in to comment.