generated from phoenix-oss/tenant-tpl
openshift unable to use this variable to spawn DV
This commit is contained in:
parent
39da3e0cf7
commit
3edc01b5f6
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue