Added Minor Installation Changes. (#23)
Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
This commit is contained in:
parent
82f1f1f715
commit
1c377548a4
|
|
@ -25,10 +25,10 @@ kubectl create ns litmus
|
||||||
|
|
||||||
### **Add the Litmus Helm Chart**
|
### **Add the Litmus Helm Chart**
|
||||||
|
|
||||||
To get started you need to add the **litmuschaos** helm repo
|
To get started you need to clone the **litmuschaos** helm repo
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm repo add litmuschaos https://litmuschaos.github.io/litmus-helm/
|
git clone https://litmuschaos.github.io/litmus-helm/
|
||||||
```
|
```
|
||||||
|
|
||||||
### **Install Litmus**
|
### **Install Litmus**
|
||||||
|
|
|
||||||
|
|
@ -25,10 +25,10 @@ kubectl create ns litmus
|
||||||
|
|
||||||
### **Add the Litmus Helm Chart**
|
### **Add the Litmus Helm Chart**
|
||||||
|
|
||||||
To get started you need to add the **litmuschaos** helm repo
|
To get started you need to clone the **litmuschaos** helm repo
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm repo add litmuschaos https://litmuschaos.github.io/litmus-helm/
|
git clone https://litmuschaos.github.io/litmus-helm/
|
||||||
```
|
```
|
||||||
|
|
||||||
### **Install Litmus**
|
### **Install Litmus**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue