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:
@@ -61,7 +61,7 @@ agent:
|
|||||||
{{- with .Values.experimental }}
|
{{- with .Values.experimental }}
|
||||||
{{- if eq (.enabled | toString) "true" }}
|
{{- if eq (.enabled | toString) "true" }}
|
||||||
experimental:
|
experimental:
|
||||||
sync_interval: {{ .syncInterval | quote }}
|
sync_interval: {{ .syncInterval | quote }}
|
||||||
{{- if gt (len .featureFlags) 0 }}
|
{{- if gt (len .featureFlags) 0 }}
|
||||||
feature_flags:
|
feature_flags:
|
||||||
{{- range .featureFlags }}
|
{{- range .featureFlags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user