Skip to content

Commit

Permalink
Merge pull request #4415 from jonas-budde/docs--annotation-placement-…
Browse files Browse the repository at this point in the history
…for-azuredns-tutorial

docs: annotation placement for azuredns tutorial
  • Loading branch information
k8s-ci-robot committed Apr 25, 2024
2 parents aee99e2 + 28181e4 commit c006a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -774,10 +774,10 @@ spec:
---
apiVersion: v1
kind: Service
annotations:
external-dns.alpha.kubernetes.io/hostname: server.example.com
metadata:
name: nginx-svc
annotations:
external-dns.alpha.kubernetes.io/hostname: server.example.com
spec:
ports:
- port: 80
Expand Down

0 comments on commit c006a49

Please sign in to comment.