Change socket mounts for more control (readonly)
pods like oidc mount more then one of these sockets, now we can control readonly vs non readonly better Signed-off-by: Marco Franssen <[email protected]> Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -18,7 +18,7 @@ data:
|
||||
email = "{{ .Values.oidc.acme.emailAddress }}"
|
||||
}
|
||||
workload_api {
|
||||
socket_path = "{{ include "spire.sockets" . }}/agent.sock"
|
||||
socket_path = "/run/spire/agent-sockets/agent.sock"
|
||||
trust_domain = "{{ .Values.spire.trustDomain }}"
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user