fix: update volumesnapshotclass to v1 (#12775)

This commit is contained in:
Viktor
2026-03-11 16:01:38 +01:00
committed by GitHub
parent ba70ed35f0
commit e3b5c41ced

View File

@@ -1,7 +1,7 @@
{% for class in snapshot_classes %}
---
kind: VolumeSnapshotClass
apiVersion: snapshot.storage.k8s.io/v1beta1
apiVersion: snapshot.storage.k8s.io/v1
metadata:
name: "{{ class.name }}"
annotations: