From f8db5a313b74458973de775e4e5f8e58e6be37fc Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Wed, 17 May 2023 16:54:26 -0700 Subject: [PATCH] Fix Tornjak persistence issue (#294) --- charts/spire/charts/spire-server/templates/statefulset.yaml | 2 -- examples/production/values.yaml | 3 --- 2 files changed, 5 deletions(-) diff --git a/charts/spire/charts/spire-server/templates/statefulset.yaml b/charts/spire/charts/spire-server/templates/statefulset.yaml index dc67dab..ce45d9e 100644 --- a/charts/spire/charts/spire-server/templates/statefulset.yaml +++ b/charts/spire/charts/spire-server/templates/statefulset.yaml @@ -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 }} diff --git a/examples/production/values.yaml b/examples/production/values.yaml index fcbb883..683666a 100644 --- a/examples/production/values.yaml +++ b/examples/production/values.yaml @@ -24,9 +24,6 @@ spire-server: seccompProfile: type: RuntimeDefault - dataStorage: - enabled: true - logLevel: info controllerManager: