Remove image.tag values in README

This commit is contained in:
Marc-Antoine Fernandes 2022-03-28 17:28:08 +02:00
parent 9d0034236e
commit 2410d8b325
No known key found for this signature in database
GPG Key ID: BEB024CA23D715A1
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.DS_Store
bin
vendor
vendor
.idea/

View File

@ -29,7 +29,6 @@ helm install \
--namespace=caddy-system \
--repo https://caddyserver.github.io/ingress/ \
--atomic \
--set image.tag=latest \
mycaddy \
caddy-ingress-controller
```
@ -44,7 +43,6 @@ cd ingress
# generate the yaml file
helm template mycaddy ./charts/caddy-ingress-controller \
--namespace=caddy-system \
--set image.tag=latest \
> mycaddy.yaml
# apply the file