-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not crash on missing
deploymentRegistry
for in-cluster buil…
…ds (#6768) * fix: do not crash when deploymentRegistry is not configured for in-cluster build mode Throw a configuration error instead. * fix: conditional validation for deploymentRegistry * revert: remove conditional joi validation It requires more changes in the docs generation process. Now we do npt use `joi.alternatives` with conditional validation anywhere in the project, and the docs generation does not support that option. That can be done later in a separate PR if necessary. * refactor: simplify type definition for `ContainerBuildMode`
- Loading branch information
1 parent
aadc6ee
commit c55486d
Showing
2 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters