From e53e772fcd5cc6ddcae7360c18e56d6b64666d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Grumb=C3=B6ck?= Date: Mon, 18 May 2020 08:30:39 +0000 Subject: [PATCH] Use porscheinformatik-images from docker as long as zalando/teapot is not built timely --- docs/tutorials/openshift.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/openshift.md b/docs/tutorials/openshift.md index 6a2cec3740..abe2f80421 100644 --- a/docs/tutorials/openshift.md +++ b/docs/tutorials/openshift.md @@ -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 @@ -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