Fix snapshot.storage apiVersion (#6711)

This commit is contained in:
Florian Ruynat
2020-09-23 17:32:10 +02:00
committed by GitHub
parent 5f034330c5
commit 9a8e4381be

View File

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