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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: