Skip to content

Commit

Permalink
fix: remove throwing error on valueFiles not found
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Jun 11, 2024
1 parent 01e1795 commit 92327c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/src/plugins/kubernetes/helm/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,6 @@ export async function getValueArgs({
: pathExistsSync(pathViaEffectiveConfigFileLocation)
? pathViaEffectiveConfigFileLocation
: null

if (!path) {
throw new ConfigurationError({
message: `${action.longDescription()} specifies a value file '${f}' that does not exist at '${pathViaBuildPath}' or '${pathViaEffectiveConfigFileLocation}'`,
})
}
return path
})
.concat([valuesPath])
Expand Down

0 comments on commit 92327c4

Please sign in to comment.