openshift unable to use this variable to spawn DV

This commit is contained in:
maximilian.bartz 2025-05-05 17:17:37 +02:00
parent 39da3e0cf7
commit 3edc01b5f6

View file

@ -77,7 +77,7 @@ objects:
spec:
source:
http:
url: '${IMAGE_URL}'
url: https://nginx.demo.apps.ai-2.kvant.cloud/win2022.qcow2
pvc:
accessModes:
- ReadWriteOnce
@ -85,10 +85,10 @@ objects:
requests:
storage: '${PVC_SIZE}'
parameters:
- name: IMAGE_URL
description: Public or internal HTTP(S) URL to a sysprepped Windows .qcow2 image
required: true
value: https://nginx.demo.apps.ai-2.kvant.cloud/win2022.qcow2
#- name: IMAGE_URL
# description: Public or internal HTTP(S) URL to a sysprepped Windows .qcow2 image
# required: true
# value: https://nginx.demo.apps.ai-2.kvant.cloud/win2022.qcow2
- name: PVC_SIZE
description: Size of the root disk PVC
required: true