Update docs/tutorials/scaleway.md

This commit is contained in:
Nick Jüttner 2021-06-30 17:30:26 +02:00 committed by GitHub
parent 9295f188e3
commit bc7aa5abeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ spec:
spec:
containers:
- name: external-dns
image: k8s.gcr.io/external-dns/external-dns:v0.7.6
image: k8s.gcr.io/external-dns/external-dns:v0.8.0
args:
- --source=service # ingress is also possible
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.