1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-21 20:39:36 +02:00

Add flame.pawelmalak/description to kubernetes integration

This commit is contained in:
James Cross 2022-05-16 11:37:06 +01:00
parent c7587a1c03
commit 120bee63a3

View file

@ -43,6 +43,7 @@ const useKubernetes = async (apps) => {
name: annotations['flame.pawelmalak/name'],
url: annotations['flame.pawelmalak/url'],
icon: annotations['flame.pawelmalak/icon'] || 'kubernetes',
description: annotations['flame.pawelmalak/description']
});
}
}