Skip to content

Commit e41d25a

Browse files
authored
chore(docs): fix versioned openebs chart URL in command (#176)
Signed-off-by: Yujie Xia <[email protected]>
1 parent 23e5ee1 commit e41d25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you want to fetch a versioned manifest, you can use the manifests for a
6767
specific OpenEBS release version, for example:
6868

6969
```
70-
$ kubectl apply -f https://github.com/openebs/charts/blob/gh-pages/versioned/3.0.0/lvm-operator.yaml
70+
$ kubectl apply -f https://raw.githubusercontent.com/openebs/charts/gh-pages/versioned/3.0.0/lvm-operator.yaml
7171
```
7272

7373
**NOTE:** For some Kubernetes distributions, the `kubelet` directory must be changed at all relevant places in the YAML powering the operator (both the `openebs-lvm-controller` and `openebs-lvm-node`).

0 commit comments

Comments
 (0)