From 8444f94a0eeb8b9612d89023a7106a7e7d972b59 Mon Sep 17 00:00:00 2001 From: Zaid Albirawi Date: Wed, 11 Oct 2023 22:56:41 +0200 Subject: [PATCH] fix volumes --- .../templates/statefulset-enterprise-portal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tyk-enterprise-portal/templates/statefulset-enterprise-portal.yaml b/components/tyk-enterprise-portal/templates/statefulset-enterprise-portal.yaml index 8ebb5a35..49ede483 100644 --- a/components/tyk-enterprise-portal/templates/statefulset-enterprise-portal.yaml +++ b/components/tyk-enterprise-portal/templates/statefulset-enterprise-portal.yaml @@ -231,8 +231,8 @@ spec: timeoutSeconds: 3 failureThreshold: 3 - {{- if and (eq .Values.kind "Deployment") .Values.storage.persistence.mountExistingPVC }} volumes: + {{- if and (eq .Values.kind "Deployment") .Values.storage.persistence.mountExistingPVC }} - name: enterprise-portal-pvc-{{ include "tyk-enterprise-portal.fullname" . }} persistentVolumeClaim: claimName: {{ .Values.storage.persistence.mountExistingPVC }}