From 8da96118d82e8bbc9670cd143c2c00f931ad9948 Mon Sep 17 00:00:00 2001 From: gert-glassee Date: Tue, 26 Nov 2024 10:20:31 +0100 Subject: [PATCH] [XENOPS-1229] remove shared-file-store pvc --- xenit-alfresco/templates/storage/shared-file-store-volumes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenit-alfresco/templates/storage/shared-file-store-volumes.yaml b/xenit-alfresco/templates/storage/shared-file-store-volumes.yaml index 1b74f4b..6ee8eaa 100644 --- a/xenit-alfresco/templates/storage/shared-file-store-volumes.yaml +++ b/xenit-alfresco/templates/storage/shared-file-store-volumes.yaml @@ -1,5 +1,5 @@ {{- $namespace := .Release.Namespace -}} -{{- if .Values.enterprise }} +{{- if .Values.general.enterprise }} {{- with .Values.persistentStorage.sharedFileStore }} {{- if .enabled }} {{- $name := "shared-file-store" -}}