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