mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
rm tests/manifests/out and add to .gitignore (#1935)
Signed-off-by: Arnon Gilboa <agilboa@redhat.com>
This commit is contained in:
parent
5fa334b1c5
commit
0c6be3104d
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ hack/gen-swagger-doc/*.md
|
||||
hack/gen-swagger-doc/html5
|
||||
**/*.swp
|
||||
_ci-configs/*
|
||||
tests/manifests/out/*
|
||||
|
@ -1,14 +0,0 @@
|
||||
apiVersion: cdi.kubevirt.io/v1beta1
|
||||
kind: DataVolume
|
||||
metadata:
|
||||
name: test-dv
|
||||
spec:
|
||||
source:
|
||||
http:
|
||||
url: "http://cdi-file-host.cdi:82/tinyCore.qcow2"
|
||||
pvc:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1024Mi
|
@ -1,14 +0,0 @@
|
||||
apiVersion: cdi.kubevirt.io/v1beta1
|
||||
kind: DataVolume
|
||||
metadata:
|
||||
name: test-dv
|
||||
spec:
|
||||
source:
|
||||
http:
|
||||
url: "http://cdi-file-host.{{ cdi_namespace }}:82/tinyCore.qcow2"
|
||||
pvc:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1024Mi
|
Loading…
Reference in New Issue
Block a user