mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
This reverts commit 6d0aefd7bb
.
This commit is contained in:
parent
5761342069
commit
b9ff7b6f32
1 changed files with 0 additions and 2 deletions
|
@ -1140,8 +1140,6 @@ class KubernetesCreateApplicationController {
|
|||
this.nodesLabels,
|
||||
this.ingresses
|
||||
);
|
||||
|
||||
this.formValues.Services = this.formValues.Services || [];
|
||||
this.originalServicePorts = structuredClone(this.formValues.Services.flatMap((service) => service.Ports));
|
||||
this.originalIngressPaths = structuredClone(this.originalServicePorts.flatMap((port) => port.ingressPaths).filter((ingressPath) => ingressPath.Host));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue