Should be admin_socket_path not admin_socket_dir (#407)

Signed-off-by: Benjamin Leggett <[email protected]>
This commit is contained in:
Ben Leggett
2024-08-05 15:49:01 -07:00
committed by GitHub
parent 1ca738fedc
commit 82a6d5d410
@@ -26,7 +26,7 @@
{{- define "spire-agent.yaml-config" -}} {{- define "spire-agent.yaml-config" -}}
agent: agent:
{{- if .Values.sockets.admin.enabled }} {{- if .Values.sockets.admin.enabled }}
admin_socket_dir: /tmp/spire-agent/private/admin.sock admin_socket_path: /tmp/spire-agent/private/admin.sock
{{- end }} {{- end }}
{{- with .Values.authorizedDelegates }} {{- with .Values.authorizedDelegates }}
authorized_delegates: authorized_delegates: