mirror of https://github.com/portainer/portainer
fix(kube): ingress path duplication issue [EE-6649] (#11087)
parent
f6085ffad7
commit
1c5458f0d4
|
@ -281,6 +281,7 @@ func (kcl *KubeClient) UpdateIngress(namespace string, info models.K8sIngressInf
|
|||
})
|
||||
}
|
||||
|
||||
ingress.Spec.Rules = make([]netv1.IngressRule, 0)
|
||||
for rule, paths := range rules {
|
||||
ingress.Spec.Rules = append(ingress.Spec.Rules, netv1.IngressRule{
|
||||
Host: rule,
|
||||
|
|
Loading…
Reference in New Issue