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:
committed by
Alena Prokharchyk
parent
3dad603a0f
commit
400fcd069a
@@ -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
|
||||
|
Reference in New Issue
Block a user