Skip to content

Commit

Permalink
Merge pull request #1535 from tmatias/patch-2
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
k8s-ci-robot authored Apr 16, 2020
2 parents 3487945 + dd9c910 commit 935716e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/externalname.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ metadata:
external-dns.alpha.kubernetes.io/hostname: tenant1.example.org,tenant2.example.org
spec:
type: ExternalName
externalName: aws.external.com
externalName: aws.example.org
```
This will create 2 CNAME records pointing to `aws.example.org`:
Expand Down

0 comments on commit 935716e

Please sign in to comment.