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:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue