Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to suppress deployment configuration checking for all release states to enable ad-hoc dev deployments #72

Open
gnadaban opened this issue Sep 27, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@gnadaban
Copy link

Is your feature request related to a problem? Please describe.
It would be great to be able to deploy eg. to hacking a set of resource deployments without having to go through all the puff maps in all release states to disable/comment out the parts we don't want to deploy.

Something like a --skip-validation flag that we could use with deploy-me to avoid validating all release states.

@blueskyjunkie blueskyjunkie added the enhancement New feature or request label Oct 1, 2021
@blueskyjunkie
Copy link
Contributor

The pydantic framework used for applying a data model to configuration (implicitly doing the data model validation) doesn't appear to have a "disable validation" capability pydantic/pydantic#897

some of the work-arounds presented at the above link might work, but the context above is for static validation disable rather than runtime and haven't looked at it too deeply yet. will keep investigating.

@NikosAlexandris
Copy link

Did you find a solution for skipping entirely validation operations based on Pydantic at runtime ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants