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

Commit

Permalink
feat(plugins): allow to install che-plugins in devworkspace
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Gulyy <[email protected]>
  • Loading branch information
vitaliy-guliy committed Jan 31, 2022
1 parent bdd7f5d commit e1e225d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export class K8sPluginServiceImpl extends PluginServiceImpl {
throw new Error(`Unable to get ${yamlURL}`);
}

const yaml = jsYaml.safeLoad(pluginYaml);
const yaml = jsYaml.load(pluginYaml);

if (!yaml.metadata) {
throw new Error(`Failure to parse ${yamlURL}, wrong format.`);
Expand Down

0 comments on commit e1e225d

Please sign in to comment.