You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: chart/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Mayastor Helm chart for Kubernetes
8
8
9
9
### Prerequisites
10
10
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.
12
12
- Label the storage nodes same as the mayastor.nodeSelector in values.yaml
13
13
- Create the namespace you want the chart to be installed, or pass the `--create-namespace` flag in the `helm install` command.
Copy file name to clipboardExpand all lines: chart/README.md.tmpl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
### Prerequisites
9
9
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.
11
11
- Label the storage nodes same as the mayastor.nodeSelector in values.yaml
12
12
- Create the namespace you want the chart to be installed, or pass the `--create-namespace` flag in the `helm install` command.
0 commit comments