mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(ingresses): load cluster wide ingresses [r8s-78] (#78)
This commit is contained in:
parent
6c57a00a65
commit
94b1d446c0
2 changed files with 6 additions and 3 deletions
|
@ -424,7 +424,7 @@ class KubernetesCreateApplicationController {
|
|||
const ingressNamesLoaded = this.ingresses.map((i) => i.Name);
|
||||
const areAllIngressesLoaded = uniqueIngressNamesUsed.every((ingressNameUsed) => ingressNamesLoaded.includes(ingressNameUsed));
|
||||
if (!areAllIngressesLoaded) {
|
||||
this.refreshIngresses();
|
||||
this.refreshIngresses(this.application.ResourcePool);
|
||||
}
|
||||
}
|
||||
// update the services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue