From e5422811a32ba6e200fe12b6229fa6305d5344a7 Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Fri, 3 Feb 2023 23:31:23 +0100 Subject: [PATCH] Updated docs --- docs/tutorials/traefik-proxy.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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