1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00

keep labels on edit ingress, configmaps and secrets (#11050)

This commit is contained in:
Prabhat Khera 2024-02-05 16:30:36 +13:00 committed by GitHub
parent 9ad78753bc
commit a2195caa10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 21 additions and 2 deletions

View file

@ -104,6 +104,7 @@ export function prepareRuleFromIngress(
Hosts: prepareRuleHostsFromIngress(ing) || [],
Annotations: ing.Annotations ? getAnnotationsForEdit(ing.Annotations) : [],
IngressType: ing.Type,
Labels: ing.Labels,
};
}