Initial SPIRE 1.9.0 support (#262)

This commit is contained in:
kfox1111
2024-02-28 17:54:53 +00:00
committed by GitHub
parent 40d5fefcfe
commit ac83694970
14 changed files with 55 additions and 7 deletions
@@ -23,6 +23,9 @@
{{- end }}
{{- define "spire-agent.yaml-config" -}}
agent:
{{- if .Values.disableReattestToRenew }}
disable_reattest_to_renew: true
{{- end }}
{{- if .Values.sockets.admin.enabled }}
admin_socket_dir: /tmp/spire-agent/private/admin.sock
{{- end }}