From 05132a57199c825294f3807d09d98028fdc1c988 Mon Sep 17 00:00:00 2001 From: Robert Bohne Date: Thu, 2 Jan 2025 21:56:42 +0100 Subject: [PATCH] Add volumesnapshot-quota-example --- content/deploy/quota/volumesnapshot-quota-example.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/deploy/quota/volumesnapshot-quota-example.yaml 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