Skip to content

Commit

Permalink
fixup! fixup! feat: provides OpenVSX CheCluster URL to user containers
Browse files Browse the repository at this point in the history
  • Loading branch information
olexii4 committed Aug 20, 2022
1 parent 6ef0495 commit 86d3b60
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ export class DevWorkspaceClient extends WorkspaceClient {
];
this.addEnvVarsToContainers(
template.spec?.components,
pluginRegistryUrl || '',
pluginRegistryInternalUrl || '',
pluginRegistryUrl,
pluginRegistryInternalUrl,
openVSXUrl,
);

Expand All @@ -512,8 +512,8 @@ export class DevWorkspaceClient extends WorkspaceClient {

this.addEnvVarsToContainers(
createdWorkspace.spec.template.components,
pluginRegistryUrl || '',
pluginRegistryInternalUrl || '',
pluginRegistryUrl,
pluginRegistryInternalUrl,
openVSXUrl,
);

Expand Down

0 comments on commit 86d3b60

Please sign in to comment.