Skip to content

Commit

Permalink
Debug deploy
Browse files Browse the repository at this point in the history
Debug
  • Loading branch information
AnnaNarra committed Oct 18, 2024
1 parent 3ea8440 commit ca38c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qlkube/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ async function main() {
'utf8'
)
);

console.log(harborToken.name);
const harborOas = await getOpenApiSpec(harborApiUrl, harborToken);
console.log(harborToken, harborOas);

let kubeSchema = await createSchema(targetOas, kubeApiUrl, inClusterToken);
let harborSchema = await createHarborSchema(
Expand Down

0 comments on commit ca38c59

Please sign in to comment.