Skip to content

Commit

Permalink
Update service.yaml
Browse files Browse the repository at this point in the history
Fix service annotation
  • Loading branch information
KimHakobyan authored Oct 10, 2023
1 parent e520884 commit 5609dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/odd-platform/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
name: {{ include "odd-platform.fullname" . }}
{{- with .Values.service.annotations }}
annotations:
annotations:
{{- toYaml . | nindent 6 }}
{{- end }}
labels:
Expand Down

0 comments on commit 5609dec

Please sign in to comment.