Skip to content

Commit c006a49

Browse files
authored
Merge pull request #4415 from jonas-budde/docs--annotation-placement-for-azuredns-tutorial
docs: annotation placement for azuredns tutorial
2 parents aee99e2 + 28181e4 commit c006a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/azure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -774,10 +774,10 @@ spec:
774774
---
775775
apiVersion: v1
776776
kind: Service
777-
annotations:
778-
external-dns.alpha.kubernetes.io/hostname: server.example.com
779777
metadata:
780778
name: nginx-svc
779+
annotations:
780+
external-dns.alpha.kubernetes.io/hostname: server.example.com
781781
spec:
782782
ports:
783783
- port: 80

0 commit comments

Comments
 (0)