1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-12 21:24:00 +00:00

Update ingress nginx template yaml

This commit is contained in:
galal-hussein
2018-09-07 00:42:00 +02:00
committed by Alena Prokharchyk
parent 453ddd5213
commit 67448c38c6
2 changed files with 7 additions and 11 deletions

View File

@@ -355,7 +355,6 @@ func (c *Cluster) deployIngress(ctx context.Context) error {
Options: c.Ingress.Options,
NodeSelector: c.Ingress.NodeSelector,
ExtraArgs: c.Ingress.ExtraArgs,
AlpineImage: c.SystemImages.Alpine,
IngressImage: c.SystemImages.Ingress,
IngressBackend: c.SystemImages.IngressBackend,
}