Fixes indentation of sync_interval value inside spire-agent configmap (#534)

Signed-off-by: Nico Weisenauer <[email protected]>
Co-authored-by: kfox1111 <[email protected]>
This commit is contained in:
nweisenauer
2025-03-06 15:40:41 +00:00
committed by GitHub
co-authored by kfox1111
parent 9a5d37ace7
commit 86ea90cbf4
@@ -61,7 +61,7 @@ agent:
{{- with .Values.experimental }}
{{- if eq (.enabled | toString) "true" }}
experimental:
sync_interval: {{ .syncInterval | quote }}
sync_interval: {{ .syncInterval | quote }}
{{- if gt (len .featureFlags) 0 }}
feature_flags:
{{- range .featureFlags }}