Skip to content

Commit

Permalink
fix: update app patch
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Jul 20, 2023
1 parent 6e894d6 commit 9374cdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/providers/applaunchpad/src/utils/adapt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export const adaptAppDetail = (configs: DeployKindsType[]): AppDetailType => {
if (!appDeploy) {
throw new Error('获取APP异常');
}
console.log(deployKindsMap.ConfigMap, '=====');

const domain = deployKindsMap?.Ingress?.spec?.rules?.[0].host;
const sealosDomain = deployKindsMap?.Ingress?.metadata?.labels?.[domainKey];
Expand Down

0 comments on commit 9374cdb

Please sign in to comment.