Skip to content

Commit

Permalink
Fix install instruction for 1.10+ (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazur authored and awels committed Jul 29, 2019
1 parent 3dcef90 commit d70c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Deploying the CDI controller is straightforward. In this document the _default_
```
$ export VERSION=$(curl -s https://github.com/kubevirt/containerized-data-importer/releases/latest | grep -o "v[0-9]\.[0-9]*\.[0-9]*")
$ kubectl create -f https://github.com/kubevirt/containerized-data-importer/releases/download/$VERSION/cdi-operator.yaml
$ kubectl create -f https://github.com/kubevirt/containerized-data-importer/releases/download/$VERSION/cdi-operator-cr.yaml
$ kubectl create -f https://github.com/kubevirt/containerized-data-importer/releases/download/$VERSION/cdi-cr.yaml
```

## Use it
Expand Down

0 comments on commit d70c581

Please sign in to comment.