Fixed namepace typo in the repo

This commit is contained in:
Huy Le
2019-03-02 13:49:42 -08:00
parent 793ab524b0
commit 6befee79c2
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ First let's install a load testing service that will generate traffic during ana
```bash
helm upgrade -i flagger-loadtester flagger/loadtester \
--namepace=test
--namespace=test
```
Enable the load tester and deploy a new `frontend` version: