Fix Tornjak persistence issue (#294)

This commit is contained in:
kfox1111
2023-05-18 01:54:26 +02:00
committed by GitHub
parent b30b412edb
commit f8db5a313b
2 changed files with 0 additions and 5 deletions
@@ -193,12 +193,10 @@ 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 }}
{{- toYaml .Values.extraContainers | nindent 8 }} {{- toYaml .Values.extraContainers | nindent 8 }}
-3
View File
@@ -24,9 +24,6 @@ spire-server:
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
dataStorage:
enabled: true
logLevel: info logLevel: info
controllerManager: controllerManager: