Should be admin_socket_path not admin_socket_dir (#407)
Signed-off-by: Benjamin Leggett <[email protected]>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user