Skip to content

Commit

Permalink
change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jopfeffe committed Sep 13, 2019
1 parent 2f037dd commit 7cc177c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions external-dns/external-dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
containers:
-
args:
- "--domain-filter=$(OTC_DNSTENANT_DOMAIN_FILTER)"
- "--domain-filter=$(DNS_DOMAIN_FILTER)"
- "--source=ingress"
- "--source=service"
- "--provider=designate"
Expand Down Expand Up @@ -143,10 +143,10 @@ spec:
key: K8S_NAME
name: otcdnscred
-
name: OTC_DNSTENANT_DOMAIN_FILTER
name: DNS_DOMAIN_FILTER
valueFrom:
secretKeyRef:
key: OTC_DNSTENANT_DOMAIN_FILTER
key: DNS_DOMAIN_FILTER
name: otcdnscred
image: "registry.opensource.zalan.do/teapot/external-dns:v0.5.16"
name: external-dns
Expand Down

0 comments on commit 7cc177c

Please sign in to comment.