generated from phoenix-oss/tenant-tpl
change variable
This commit is contained in:
parent
a9df0a48c6
commit
029664c6f7
1 changed files with 1 additions and 5 deletions
|
@ -77,7 +77,7 @@ objects:
|
||||||
spec:
|
spec:
|
||||||
source:
|
source:
|
||||||
http:
|
http:
|
||||||
url: '${IMAGE_URL}'
|
url: http://nginx.demo.svc.cluster.local:8080/win2022.qcow2
|
||||||
pvc:
|
pvc:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
@ -86,10 +86,6 @@ objects:
|
||||||
storage: '${PVC_SIZE}'
|
storage: '${PVC_SIZE}'
|
||||||
storageClassName: '${STORAGE_CLASS}'
|
storageClassName: '${STORAGE_CLASS}'
|
||||||
parameters:
|
parameters:
|
||||||
- name: IMAGE_URL
|
|
||||||
description: Public or internal HTTP(S) URL to a sysprepped Windows .qcow2 image
|
|
||||||
required: true
|
|
||||||
value: http://nginx.demo.svc.cluster.local:8080/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