Skip to content

Commit

Permalink
Merge pull request #4683 from mjlshen/aws-sd-docs
Browse files Browse the repository at this point in the history
Fix AWS Cloud Map docs: annotation key/value pairs must be strings
  • Loading branch information
k8s-ci-robot authored Aug 16, 2024
2 parents 1b5c9d3 + 4595e0d commit 20271b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/aws-sd.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ metadata:
name: nginx
annotations:
external-dns.alpha.kubernetes.io/hostname: nginx.external-dns-test.my-org.com
external-dns.alpha.kubernetes.io/ttl: 60
external-dns.alpha.kubernetes.io/ttl: "60"
spec:
...
```
Expand Down

0 comments on commit 20271b7

Please # to comment.