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: