Switch hostpath to emptydir in spire-server

The api of the server does not need to be exported out of the
server pod.

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
Kevin Fox
2023-02-28 09:49:13 -08:00
committed by kfox1111
parent f8cdec3f99
commit 9d7881f8b4
@@ -142,9 +142,7 @@ spec:
configMap:
name: {{ include "spire-server.fullname" . }}
- name: spire-server-socket
hostPath:
path: /run/spire/server-sockets
type: DirectoryOrCreate
emptyDir: {}
{{- if eq (.Values.upstreamAuthority.disk.enabled | toString) "true" }}
- name: upstream-ca
secret: