mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19: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
|
@ -16,6 +16,7 @@ const _KubernetesApplication = Object.freeze({
|
|||
CreationDate: 0,
|
||||
Pods: [],
|
||||
Containers: [],
|
||||
Metadata: {},
|
||||
Limits: {},
|
||||
ServiceType: '',
|
||||
ServiceId: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue