Skip to content

Commit

Permalink
fix: template annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Mar 20, 2024
1 parent f4a50f9 commit 1ff8bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/chart/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/name: {{ .Values.name }}
{{- if .Values.service.annotations }}
annotations:
{{- toYaml .Values.service.annotations | nindent 4 }}
{{- tpl (toYaml .Values.service.annotations) . | nindent 4 }}
{{- end }}
spec:
type: ClusterIP
Expand Down

0 comments on commit 1ff8bb6

Please sign in to comment.