Skip to content

Commit

Permalink
fix(yaml): update csidriver apiversion to v1 (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: aman gupta <[email protected]>
  • Loading branch information
w3aman authored Jun 27, 2022
1 parent 0a6d02c commit 229145d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/device-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ spec:
---

# Create the CSI Driver object
apiVersion: storage.k8s.io/v1beta1
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: device.csi.openebs.io
Expand Down
2 changes: 1 addition & 1 deletion deploy/yamls/device-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
---

# Create the CSI Driver object
apiVersion: storage.k8s.io/v1beta1
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: device.csi.openebs.io
Expand Down

0 comments on commit 229145d

Please sign in to comment.