Skip to content

Commit

Permalink
Merge pull request #2521 from jhoblitt/bugfix/aws-ttl-must-be-string
Browse files Browse the repository at this point in the history
add quotes to ttl example to force string context
  • Loading branch information
k8s-ci-robot authored Jan 26, 2022
2 parents ebbbc7c + 14a6603 commit 9b01ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,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 9b01ac6

Please sign in to comment.