From be471eaaee5f5f618fdd8e358a11f231c7a9ecf7 Mon Sep 17 00:00:00 2001 From: Siri Kim Date: Thu, 12 Jul 2018 07:20:15 +0000 Subject: [PATCH] Tempest: change manifests.pvc to pvc.enabled from pvc-tempest.yaml This PS remove change pvc-tempest.yaml from manifests.pvc to pvc.enabled as there is no manifests enabled value for pvc. Bug was tempest pod is in pending state as pvc is not found. Change-Id: Ib6704725c7415e95237f633d340479e33b43d85b --- tempest/templates/pvc-tempest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/templates/pvc-tempest.yaml b/tempest/templates/pvc-tempest.yaml index dd120bd522..a7f25b7a50 100644 --- a/tempest/templates/pvc-tempest.yaml +++ b/tempest/templates/pvc-tempest.yaml @@ -14,7 +14,7 @@ # limitations under the License. # */}} -{{- if .Values.manifests.pvc }} +{{- if .Values.pvc.enabled }} kind: PersistentVolumeClaim apiVersion: v1