Updated docs

This commit is contained in:
Thomas Kosiewski 2023-02-03 23:31:23 +01:00
parent 6ba9d3b221
commit e5422811a3

View File

@ -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