Fixed Manifest link used in 2.13.0 docs (#209)

* Fixed Manifest link used in 2.13.0 docs

Signed-off-by: Anirudh Sharma <anirudh1304@gmail.com>
This commit is contained in:
Anirudh Sharma 2022-10-30 15:05:08 +05:30 committed by GitHub
parent af975d7150
commit 01f8adc4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -105,7 +105,7 @@ To uninstall the ChaosCenter from the system, follow these steps -
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.11.0/mkdocs/docs/2.11.0/litmus-2.11.0.yaml
```
> To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/<VERSION>/mkdocs/docs/<VERSION/litmus-<VERSION>.yaml`
> To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/<VERSION>/mkdocs/docs/<VERSION>/litmus-<VERSION>.yaml`
- **Litmus Master Manifest**

View File

@ -105,7 +105,7 @@ To uninstall the ChaosCenter from the system, follow these steps -
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.12.0/mkdocs/docs/2.12.0/litmus-2.12.0.yaml
```
> To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/<VERSION>/mkdocs/docs/<VERSION/litmus-<VERSION>.yaml`
> To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/<VERSION>/mkdocs/docs/<VERSION>/litmus-<VERSION>.yaml`
- **Litmus Master Manifest**

View File

@ -102,10 +102,10 @@ To uninstall the ChaosCenter from the system, follow these steps -
- **Litmus 2.13.0**
```bash
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.13.0/docs/2.13.0/litmus-2.13.0.yaml
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/2.13.0/mkdocs/docs/2.13.0/litmus-2.13.0.yaml
```
> To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/<VERSION>/mkdocs/docs/<VERSION/litmus-<VERSION>.yaml`
> To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/<VERSION>/mkdocs/docs/<VERSION>/litmus-<VERSION>.yaml`
- **Litmus Master Manifest**