Browse Source

Add flame.pawelmalak/description to kubernetes integration

James Cross 3 years ago
parent
commit
120bee63a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/apps/docker/useKubernetes.js

+ 1 - 0
controllers/apps/docker/useKubernetes.js

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