Skip to content

Commit

Permalink
Use porscheinformatik-images from docker as long as zalando/teapot is…
Browse files Browse the repository at this point in the history
… not built timely
  • Loading branch information
Johannes Grumböck committed May 18, 2020
1 parent 90b4a23 commit e53e772
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 e53e772

Please sign in to comment.