Update helm repo url (#243)

This URL appears to work well, as discussed in https://github.com/coredns/deployment/issues/240.

Signed-off-by: Anton Melser <anton@melser.org>
This commit is contained in:
Anton Melser 2020-11-23 21:40:58 +08:00 committed by GitHub
parent bfba43007a
commit 42e68b1552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,6 @@ and a small Corefile /etc/coredns.
This repository provides helm chart repo.
```
helm repo add coredns https://coredns.github.io/deployment/
helm repo add coredns https://raw.github.com/coredns/deployment/gh-pages/
helm install coredns/coredns
```
```