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:
parent
3a48b149c5
commit
be471eaaee
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
# */}}
|
||||
|
||||
{{- if .Values.manifests.pvc }}
|
||||
{{- if .Values.pvc.enabled }}
|
||||
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user