Fix: Install manifest version (#191)

Signed-off-by: NaveenKumar Namachivayam <catch.nkn@gmail.com>
This commit is contained in:
NaveenKumar Namachivayam ⚡ 2022-06-09 11:00:49 -04:00 committed by GitHub
parent 5dc0e7d0fe
commit ebcef7ddde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ Visit https://docs.litmuschaos.io to find more info.
Applying the manifest file will install all the required service account configuration and ChaosCenter. Applying the manifest file will install all the required service account configuration and ChaosCenter.
```bash ```bash
kubectl apply -f https://litmuschaos.github.io/litmus/2.8.0/litmus-2.8.0.yaml kubectl apply -f https://litmuschaos.github.io/litmus/2.9.0/litmus-2.9.0.yaml
``` ```
--- ---