Skip to content

Commit

Permalink
fix(yaml): fix version of sample resources. (#563)
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Mohan <[email protected]>
  • Loading branch information
akhilerm authored Apr 6, 2021
1 parent aac37c4 commit e3abb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/crds/openebs_v1alpha1_blockdevice_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: openebs.io/v1
apiVersion: openebs.io/v1alpha1
kind: BlockDevice
metadata:
name: example-blockdevice
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/openebs_v1alpha1_blockdeviceclaim_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: openebs.io/v1
apiVersion: openebs.io/v1alpha1
kind: BlockDeviceClaim
metadata:
name: example-blockdeviceclaim
Expand Down

0 comments on commit e3abb18

Please sign in to comment.