diff --git a/templates/windowsserver-rh/flavor/small.yaml b/templates/windowsserver-rh/flavor/small.yaml index 73cd091..1373328 100644 --- a/templates/windowsserver-rh/flavor/small.yaml +++ b/templates/windowsserver-rh/flavor/small.yaml @@ -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