Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore(deployment): Disable Deploy button
Browse files Browse the repository at this point in the history
Currently, there's limited support for deployment in kaoto.

This button could be misleading, so in the meantime, it will
be disabled in favor of VSCode plugins like JBang or Camel K
plugins.
  • Loading branch information
lordrip committed Sep 14, 2023
1 parent 9c68e21 commit 14537a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kaoto-ui/src/components/KaotoToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const KaotoToolbar = ({
settings,
setSettings,
currentDsl: settings.dsl.name,
deployable: settings.dsl.deployable,
deployable: false, // Deployment disabled in the meantime: settings.dsl.deployable,
}),
shallow,
);
Expand Down

0 comments on commit 14537a7

Please sign in to comment.