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:
parent
af975d7150
commit
01f8adc4af
|
|
@ -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**
|
||||
|
||||
|
|
|
|||
|
|
@ -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**
|
||||
|
||||
|
|
|
|||
|
|
@ -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**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue