1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 05:09:10 +00:00

GlobalDNS rootdomain is optional and GlobalDNSProvider no longer needs system image

This commit is contained in:
Prachi Damle
2019-02-21 14:34:41 -08:00
committed by Alena Prokharchyk
parent 3dad603a0f
commit 400fcd069a
3 changed files with 3 additions and 12 deletions

View File

@@ -20,7 +20,6 @@ func Mirror(image string) string {
image = strings.Replace(image, "alpine/git", "rancher/alpine-git", 1)
image = strings.Replace(image, "prom/", "rancher/prom-", 1)
image = strings.Replace(image, "quay.io/pires", "rancher", 1)
image = strings.Replace(image, "registry.opensource.zalan.do/teapot/external-dns", "rancher/kubernetes-external-dns", 1)
Mirrors[image] = orig
return image