change variable

This commit is contained in:
maximilian.bartz 2025-05-08 12:52:13 +02:00
parent a9df0a48c6
commit 029664c6f7

View file

@ -77,7 +77,7 @@ objects:
spec:
source:
http:
url: '${IMAGE_URL}'
url: http://nginx.demo.svc.cluster.local:8080/win2022.qcow2
pvc:
accessModes:
- ReadWriteOnce
@ -86,10 +86,6 @@ objects:
storage: '${PVC_SIZE}'
storageClassName: '${STORAGE_CLASS}'
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
description: Size of the root disk PVC
required: true