Florian Ruynat
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes-apps/snapshots/cinder-csi/templates/cinder-csi-snapshot-class.yml.j2
|
@ -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: |
|
|