Fix spacing for spire server service annotation (#273)

Spacing off by 4.

Signed-off-by: Faisal Memon <[email protected]>
This commit is contained in:
Faisal Memon
2023-05-10 18:22:07 -07:00
committed by GitHub
parent 73435be9a1
commit 013eb617a9
@@ -5,7 +5,7 @@ metadata:
namespace: {{ include "spire-server.namespace" . }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
{{- include "spire-server.labels" . | nindent 4 }}