Skip to content

Commit

Permalink
Update service.yaml
Browse files Browse the repository at this point in the history
Fix  annotation brackets
  • Loading branch information
KimHakobyan authored Oct 10, 2023
1 parent 5609dec commit f1ce2c6
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 @@ -4,7 +4,7 @@ metadata:
name: {{ include "odd-platform.fullname" . }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 6 }}
{{- toYaml . | nindent 6 }}
{{- end }}
labels:
{{- include "odd-platform.labels" . | nindent 4 }}
Expand Down

0 comments on commit f1ce2c6

Please sign in to comment.