diff --git a/docs/tutorials/traefik-proxy.md b/docs/tutorials/traefik-proxy.md index e9db46806..325d7a1d6 100644 --- a/docs/tutorials/traefik-proxy.md +++ b/docs/tutorials/traefik-proxy.md @@ -24,7 +24,7 @@ spec: containers: - name: external-dns # update this to the desired external-dns version - image: k8s.gcr.io/external-dns/external-dns:v0.12.2 + image: k8s.gcr.io/external-dns/external-dns:v0.13.3 args: - --source=traefik-proxy - --provider=aws @@ -34,8 +34,6 @@ spec: ## Manifest (for clusters with RBAC enabled) -Could be change if you have mulitple sources - ```yaml apiVersion: v1 kind: ServiceAccount @@ -89,7 +87,7 @@ spec: containers: - name: external-dns # update this to the desired external-dns version - image: k8s.gcr.io/external-dns/external-dns:v0.12.2 + image: k8s.gcr.io/external-dns/external-dns:v0.13.3 args: - --source=traefik-proxy - --provider=aws