Fix spacing for spire server service annotation (#273)
Spacing off by 4. Signed-off-by: Faisal Memon <[email protected]>
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
|||||||
namespace: {{ include "spire-server.namespace" . }}
|
namespace: {{ include "spire-server.namespace" . }}
|
||||||
{{- with .Values.service.annotations }}
|
{{- with .Values.service.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "spire-server.labels" . | nindent 4 }}
|
{{- include "spire-server.labels" . | nindent 4 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user