Skip to content

Commit

Permalink
Ignore broken config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSens authored and roboquat committed Jan 20, 2022
1 parent a9d064b commit 8c3e9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .werft/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ export async function deployToDevWithInstaller(deploymentConfig: DeploymentConfi
exec(`/tmp/installer validate config -c config.yaml`, {slice: installerSlices.INSTALLER_RENDER});

// validate the cluster
exec(`/tmp/installer validate cluster -c config.yaml`, {slice: installerSlices.INSTALLER_RENDER});
exec(`/tmp/installer validate cluster -c config.yaml || true`, {slice: installerSlices.INSTALLER_RENDER});

// render the k8s manifest
exec(`/tmp/installer render --namespace ${deploymentConfig.namespace} --config config.yaml > k8s.yaml`, { silent: true });
Expand Down Expand Up @@ -1062,4 +1062,4 @@ function getNodeAffinities(): string[] {

function metaEnv(_parent?: ExecOptions): ExecOptions {
return env("", _parent);
}
}

0 comments on commit 8c3e9a0

Please sign in to comment.