mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(k8s/configurations): fix an issue with configuration ownership
This commit is contained in:
parent
7ad06b3be5
commit
46762f3e67
3 changed files with 8 additions and 4 deletions
|
@ -52,6 +52,7 @@ class KubernetesConfigMapConverter {
|
|||
res.metadata.uid = data.Id;
|
||||
res.metadata.name = data.Name;
|
||||
res.metadata.namespace = data.Namespace;
|
||||
res.metadata.labels[KubernetesPortainerConfigurationOwnerLabel] = data.ConfigurationOwner;
|
||||
res.data = data.Data;
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue