Skip to content

Commit

Permalink
Merge pull request #478 from w3aman/snapshot-apiversion
Browse files Browse the repository at this point in the history
fix(api-version): update apiversion to v1 for snapshot and snapshotclass
  • Loading branch information
sinhaashish authored Sep 20, 2023
2 parents f7ffdee + fb0864c commit 4ee292b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: snapshot.storage.k8s.io/v1beta1
apiVersion: snapshot.storage.k8s.io/v1
kind: VolumeSnapshot
metadata:
name: {{ snapshot_name }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: VolumeSnapshotClass
apiVersion: snapshot.storage.k8s.io/v1beta1
apiVersion: snapshot.storage.k8s.io/v1
metadata:
name: {{ snapshot_class }}
annotations:
Expand Down

0 comments on commit 4ee292b

Please sign in to comment.