Skip to content

Commit

Permalink
Merge 767023b into 3db7f99
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Grumböck committed May 18, 2020
2 parents 3db7f99 + 767023b commit d660359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:latest
image: docker.io/porscheinformatik/external-dns:latest
args:
- --source=openshift-route
- --domain-filter=external-dns-test.my-org.com # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones
Expand Down Expand Up @@ -92,7 +92,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:latest
image: docker.io/porscheinformatik/external-dns:latest
args:
- --source=openshift-route
- --domain-filter=external-dns-test.my-org.com # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones
Expand Down

0 comments on commit d660359

Please sign in to comment.