Skip to content

Commit

Permalink
Whatever will be, will be 8{
Browse files Browse the repository at this point in the history
Signed-off-by: Mriyam Tamuli <[email protected]>
  • Loading branch information
mbtamuli committed Jan 21, 2024
1 parent bbf6f8f commit 3d92f71
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,12 @@ _**Note:** Unless specified otherwise, you need to run all commands after changi

1. Install the csi-driver-image using the helm chart.
```
helm install wm-csi \
helm upgrade --install wm-csi \
charts/warm-metal-csi-driver \
-n kube-system \
-f charts/warm-metal-csi-driver/values.yaml \
--set csiPlugin.image.tag=v1.0.1 \
--wait
```

1. You can submit a workflow for testing using `kubectl`:
1. You can submit an example for testing using `kubectl`:
```bash
kubectl create -f sample/ephemeral-volume.yaml
```

0 comments on commit 3d92f71

Please sign in to comment.