mirror of
https://github.com/portainer/portainer.git
synced 2025-07-29 02:09:41 +02:00
keep labels on edit ingress, configmaps and secrets (#11063)
This commit is contained in:
parent
d7cf2284dc
commit
8922585a70
13 changed files with 21 additions and 2 deletions
|
@ -828,6 +828,7 @@ export function CreateIngressView() {
|
|||
Paths: preparePaths(rule.IngressName, rule.Hosts),
|
||||
TLS: prepareTLS(rule.Hosts),
|
||||
Annotations: prepareAnnotations(rule.Annotations || []),
|
||||
Labels: rule.Labels,
|
||||
};
|
||||
|
||||
if (isEdit) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue