docs: add the missing backslash (#40)

This commit is contained in:
YouEclipse 2020-06-27 17:55:28 +08:00 committed by GitHub
parent 73a8cdeaee
commit 4299818d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Caddy Ingress Controller adhere to the following steps:
--namespace=caddy-system \
--repo https://caddyserver.github.io/ingress/ \
--atomic \
--set image.tag=latest
--set image.tag=latest \
mycaddy \
caddy-ingress-controller
```