Skip to content

Commit

Permalink
fix annotation indentation (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-at authored Nov 1, 2023
1 parent 138f55f commit 2c3bc14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chart/skywalking/templates/oap-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ metadata:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
{{- with .Values.oap.service.annotations }}
annotations:
{{- range $key, $value := . }}
{{ $key }}: {{ $value | quote }}
{{- end }}
annotations:
{{- range $key, $value := . }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec:
type: {{ .Values.oap.service.type }}
Expand Down

0 comments on commit 2c3bc14

Please sign in to comment.