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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user