Skip to content

Commit

Permalink
docs: add missing template labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Linkhorst committed Jan 7, 2020
1 parent ad54d4c commit f02c3c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tutorials/externalname.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
matchLabels:
app: external-dns
template:
metadata:
labels:
app: external-dns
spec:
containers:
- name: external-dns
Expand Down
6 changes: 6 additions & 0 deletions docs/tutorials/hostport.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ spec:
matchLabels:
app: external-dns
template:
metadata:
labels:
app: external-dns
spec:
containers:
- name: external-dns
Expand Down Expand Up @@ -89,6 +92,9 @@ spec:
matchLabels:
app: external-dns
template:
metadata:
labels:
app: external-dns
spec:
serviceAccountName: external-dns
containers:
Expand Down

0 comments on commit f02c3c7

Please sign in to comment.