Skip to content

Commit 1edae61

Browse files
ewildealexellis
authored andcommitted
Fix syntax error removing namespaces
Signed-off-by: Edward Wilde <[email protected]>
1 parent 15e9412 commit 1edae61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ helm delete --purge openfaas
259259
If installed via YAML files:
260260

261261
```
262-
kubectl delete namespace openfaas,openfaas-fn
262+
kubectl delete namespace openfaas openfaas-fn
263263
```
264264

265265
## Troubleshooting Swarm or Kubernetes

0 commit comments

Comments
 (0)