mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-22 23:18:07 -03:30
Fix snapshot.storage apiVersion (#6711)
This commit is contained in:
parent
5f034330c5
commit
9a8e4381be
@ -1,7 +1,7 @@
|
||||
{% for class in snapshot_classes %}
|
||||
---
|
||||
kind: VolumeSnapshotClass
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
apiVersion: snapshot.storage.k8s.io/v1beta1
|
||||
metadata:
|
||||
name: "{{ class.name }}"
|
||||
annotations:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user