openebs / lvm-localpv

Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.
Apache License 2.0
245 stars 92 forks source link

docs(readme): fix versioned openebs chart URL in command #176

Closed sleepymole closed 2 years ago

sleepymole commented 2 years ago

Pull Request template

Please, go through these steps before you submit a PR.

Why is this PR required? What issue does it fix?:

The chart URL in command is incorrect.

kubectl apply -f https://github.com/openebs/charts/blob/gh-pages/versioned/3.0.0/lvm-operator.yaml

should be

$ kubectl apply -f https://raw.githubusercontent.com/openebs/charts/gh-pages/versioned/3.0.0/lvm-operator.yaml

What this PR does?:

Does this PR require any upgrade changes?:

If the changes in this PR are manually verified, list down the scenarios covered::

Any additional information for your reviewer? : Mention if this PR is part of any design or a continuation of previous PRs

Checklist:

pawanpraka1 commented 2 years ago

@gozssky can you DCO sign this PR?

sleepymole commented 2 years ago

@gozssky can you DCO sign this PR?

Signed.