Skip to content

Commit b85737a

Browse files
mayastor-borskrishnaGajabi
andcommitted
chore(bors): merge pull request #804
804: fix: Prerequisites hyperlink in helm chart's readme file r=krishnaGajabi a=krishnaGajabi This PR fixes the prerequisites hyperlink in helm chart's readme file. Earlier it was pointing to the older gitbook website. Co-authored-by: krishnaGajabi <[email protected]>
2 parents 6bbb403 + f8b55aa commit b85737a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Mayastor Helm chart for Kubernetes
88

99
### Prerequisites
1010

11-
- Make sure the [system requirement pre-requisites](https://mayastor.gitbook.io/introduction/quickstart/prerequisites) are met.
11+
- Make sure the [system requirement pre-requisites](https://openebs.io/docs/quickstart-guide/prerequisites#replicated-pv-mayastor-prerequisites) are met.
1212
- Label the storage nodes same as the mayastor.nodeSelector in values.yaml
1313
- Create the namespace you want the chart to be installed, or pass the `--create-namespace` flag in the `helm install` command.
1414
```sh

chart/README.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
### Prerequisites
99

10-
- Make sure the [system requirement pre-requisites](https://mayastor.gitbook.io/introduction/quickstart/prerequisites) are met.
10+
- Make sure the [system requirement pre-requisites](https://openebs.io/docs/quickstart-guide/prerequisites#replicated-pv-mayastor-prerequisites) are met.
1111
- Label the storage nodes same as the mayastor.nodeSelector in values.yaml
1212
- Create the namespace you want the chart to be installed, or pass the `--create-namespace` flag in the `helm install` command.
1313
```sh

0 commit comments

Comments
 (0)