mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
Merge branch 'release/2.5' into develop
This commit is contained in:
commit
af03d91e39
11 changed files with 46 additions and 15 deletions
|
@ -152,7 +152,7 @@ class KubernetesConfigureController {
|
|||
|
||||
ingressesToDel.forEach((ingress) => {
|
||||
resourcePools.forEach((resourcePool) => {
|
||||
promises.push(this.KubernetesIngressService.delete({ IngressClass: ingress, Namespace: resourcePool.Namespace.Name }));
|
||||
promises.push(this.KubernetesIngressService.delete(resourcePool.Namespace.Name, ingress.Name));
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue