diff --git a/content/deploy/quota/volumesnapshot-quota-example.yaml b/content/deploy/quota/volumesnapshot-quota-example.yaml new file mode 100644 index 00000000..2d643f18 --- /dev/null +++ b/content/deploy/quota/volumesnapshot-quota-example.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: ResourceQuota +metadata: + name: volumesnapshotquota +spec: + hard: + count/volumesnapshots.snapshot.storage.k8s.io: 1 + count/virtualmachinesnapshots.snapshot.kubevirt.io: 1 + # count/virtualmachines.kubevirt.io: 1 \ No newline at end of file