Skip to content

Commit 9794e10

Browse files
author
Prince Rachit Sinha
committed
Rename file
1 parent 6bd3744 commit 9794e10

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.werft/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export async function deployToDev(deploymentConfig: DeploymentConfig, workspaceF
425425

426426
function installGitpodOnK3sWsCluster(commonFlags: string, pathToKubeConfig: string) {
427427
let flags = commonFlags
428-
flags += ` -f ../.werft/values.k3sWsDisable.yaml`
428+
flags += ` -f ../.werft/values.disableMeta.yaml`
429429
flags += ` --set components.wsDaemon.servicePort=${wsdaemonPortK3sWs}`;
430430
flags += ` --set components.registryFacade.ports.registry.servicePort=${registryNodePortK3sWs}`;
431431
if (storage === "gcp") {
File renamed without changes.

0 commit comments

Comments
 (0)