Spire agent helm chart: allow configuring logFormat (#661)

* Spire agent helm chart: allow configuring logFormat

Signed-off-by: Nikolai Tihhomirov <[email protected]>

* Fixup: wrong doc parameter

Signed-off-by: Nikolai Tihhomirov <[email protected]>

---------

Signed-off-by: Nikolai Tihhomirov <[email protected]>
Co-authored-by: kfox1111 <[email protected]>
This commit is contained in:
Nikolai
2025-09-13 11:44:17 -07:00
committed by GitHub
co-authored by kfox1111
parent c93b9e53fd
commit bb87612140
3 changed files with 4 additions and 0 deletions
@@ -37,6 +37,7 @@ agent:
{{- end }}
data_dir: "/var/lib/spire"
log_level: {{ .Values.logLevel | quote }}
log_format: {{ .Values.logFormat | quote }}
retry_bootstrap: true
server_address: {{ include "spire-agent.server-address" . | trim | quote }}
server_port: {{ .Values.server.port | quote }}