Fix Tornjak persistence issue (#294)
This commit is contained in:
@@ -193,11 +193,9 @@ spec:
|
||||
- name: spire-config
|
||||
mountPath: /run/spire/config
|
||||
readOnly: true
|
||||
{{- if eq (.Values.dataStorage.enabled | toString) "true" }}
|
||||
- name: spire-data
|
||||
mountPath: /run/spire/data
|
||||
readOnly: false
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- if gt (len .Values.extraContainers) 0 }}
|
||||
|
||||
@@ -24,9 +24,6 @@ spire-server:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
|
||||
dataStorage:
|
||||
enabled: true
|
||||
|
||||
logLevel: info
|
||||
|
||||
controllerManager:
|
||||
|
||||
Reference in New Issue
Block a user