mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
using new app metadata property to distinguish helm apps (#5627)
This commit is contained in:
parent
05efac44f6
commit
d2cbdf935a
4 changed files with 33 additions and 23 deletions
|
@ -56,6 +56,7 @@ class KubernetesApplicationConverter {
|
|||
const containers = data.spec.template ? _.without(_.concat(data.spec.template.spec.containers, data.spec.template.spec.initContainers), undefined) : data.spec.containers;
|
||||
res.Id = data.metadata.uid;
|
||||
res.Name = data.metadata.name;
|
||||
res.Metadata = data.metadata;
|
||||
|
||||
if (data.metadata.labels) {
|
||||
const { labels } = data.metadata;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue