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
This commit is contained in:
Siri Kim 2018-07-12 07:20:15 +00:00
parent 3a48b149c5
commit be471eaaee

View File

@ -14,7 +14,7 @@
# limitations under the License.
# */}}
{{- if .Values.manifests.pvc }}
{{- if .Values.pvc.enabled }}
kind: PersistentVolumeClaim
apiVersion: v1