Skip to content

Commit 197af85

Browse files
author
Prince Rachit Sinha
committed
A missing period fix
1 parent cdca3bd commit 197af85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.werft/build.ts

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

414414
werft.log("helm", "installing k3s ws cluster")
415415
exec(`export KUBECONFIG=${pathToKubeConfig} && helm dependencies up`);
416-
exec(`export KUBECONFIG=${pathToKubeConfig} && /usr/local/bin/helm3 upgrade --install --timeout 10m -f ../.werft/values.dev.yaml -f ../werft/values.devK3sWs.yaml ${flags} ${helmInstallName} .`);
416+
exec(`export KUBECONFIG=${pathToKubeConfig} && /usr/local/bin/helm3 upgrade --install --timeout 10m -f ../.werft/values.dev.yaml -f ../.werft/values.devK3sWs.yaml ${flags} ${helmInstallName} .`);
417417
}
418418

419419
function addDeploymentFlags() {

0 commit comments

Comments
 (0)