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