mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
fixing image tag typo in public-private-route53.md tutorial (#476)
* fixing image tag typo in public-private-route53.md tutorial * fixing image tag typo in public-private-route53.md tutorial
This commit is contained in:
parent
1832011c3a
commit
21c3dce4c2
@ -243,7 +243,7 @@ spec:
|
||||
- --txt-owner-id=external-dns
|
||||
- --annotation-filter=kubernetes.io/ingress.class=external-ingress
|
||||
- --aws-zone-type=public
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:0.4.8
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.8
|
||||
name: external-dns-public
|
||||
```
|
||||
|
||||
@ -281,7 +281,7 @@ spec:
|
||||
- --txt-owner-id=dev.k8s.nexus
|
||||
- --annotation-filter=kubernetes.io/ingress.class=internal-ingress
|
||||
- --aws-zone-type=private
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:0.4.8
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.8
|
||||
name: external-dns-private
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user