Fix route53 mapper addon URL

Fixing a slight error -- the URL for the route53 mapper yaml file was incorrect.
This commit is contained in:
Daniel O'Sullivan 2017-03-02 16:07:00 -06:00 committed by GitHub
parent bfdb4584d7
commit b1d5ad4664
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ Automates creation and updating of entries on Route53 with `A` records pointing
to ELB-backed `LoadBalancer` services created by Kubernetes. Install using:
```
kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/monitoring-standalone/v1.2.0.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/route53-mapper/v1.2.0.yml
```