From 2c3bc14085a2b2a842f93d59957bdbf22ab9f1ed Mon Sep 17 00:00:00 2001 From: Raed Habib <146723294+rh-at@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:29:52 +0300 Subject: [PATCH] fix annotation indentation (#138) --- chart/skywalking/templates/oap-svc.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/skywalking/templates/oap-svc.yaml b/chart/skywalking/templates/oap-svc.yaml index 23a4917..740372b 100644 --- a/chart/skywalking/templates/oap-svc.yaml +++ b/chart/skywalking/templates/oap-svc.yaml @@ -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 }}