Skip to content

Commit

Permalink
fix(api-version): update apiversion to v1 for snapshot and snapshotclass
Browse files Browse the repository at this point in the history
Signed-off-by: w3aman <[email protected]>
  • Loading branch information
w3aman committed Sep 20, 2023
1 parent 9d29660 commit fb0864c
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 fb0864c

Please sign in to comment.