chore: manifest link update (#285)
Signed-off-by: Hrishav <hrishav.kumar@harness.io>
This commit is contained in:
parent
42f0c66360
commit
85fff3eb22
|
|
@ -153,7 +153,7 @@ Litmus supports for HTTP and HTTPS mode of installation.
|
|||
Applying the manifest file will install all the required service account configuration and ChaosCenter in namespaced scope.
|
||||
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/chaoscenter/manifests/litmus-getting-started.yaml -n <NAMESPACE>
|
||||
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.10.0/litmus-getting-started.yaml -n <NAMESPACE>
|
||||
```
|
||||
|
||||
### Advanced installation (HTTPS based and CORS rules apply)
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ Litmus supports for HTTP and HTTPS mode of installation.
|
|||
Applying the manifest file will install all the required service account configuration and ChaosCenter in namespaced scope.
|
||||
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/3.10.0/chaoscenter/manifests/litmus-getting-started.yaml -n <NAMESPACE>
|
||||
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.10.0/litmus-getting-started.yaml -n <NAMESPACE>
|
||||
```
|
||||
|
||||
### Advanced installation (HTTPS based and CORS rules apply)
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ Litmus supports for HTTP and HTTPS mode of installation.
|
|||
Applying the manifest file will install all the required service account configuration and ChaosCenter in namespaced scope.
|
||||
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/3.9.2/chaoscenter/manifests/litmus-getting-started.yaml -n <NAMESPACE>
|
||||
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.9.2/litmus-getting-started.yaml -n <NAMESPACE>
|
||||
```
|
||||
|
||||
### Advanced installation (HTTPS based and CORS rules apply)
|
||||
|
|
|
|||
Loading…
Reference in New Issue