diff --git a/charts/fleet/templates/service.yaml b/charts/fleet/templates/service.yaml index e814c80c3a..8ec0acb1b7 100644 --- a/charts/fleet/templates/service.yaml +++ b/charts/fleet/templates/service.yaml @@ -10,7 +10,7 @@ metadata: {{- if .Values.serviceAnnotations }} annotations: {{- with .Values.serviceAnnotations}} - {{ toYaml . | trim | indent 2}} + {{- toYaml . | trim | nindent 4}} {{- end }} {{- end }} name: {{ $serviceName }}