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

Fix preflight validation #544

Merged
merged 1 commit into from
Jan 21, 2022
Merged

Fix preflight validation #544

merged 1 commit into from
Jan 21, 2022

Conversation

stefanprodan
Copy link
Member

Validate that the resources built with kustomize conform to the Kubernetes API conventions before passing them to the server-side apply engine.

Fix: #542

@stefanprodan stefanprodan added the area/kustomize Kustomize related issues and pull requests label Jan 21, 2022
@stefanprodan stefanprodan force-pushed the validate-resouces branch 2 times, most recently from cedb469 to c727f79 Compare January 21, 2022 11:03
Validate that the resources built with kustomize conform to the Kubernetes API conventions before passing them to the server-side apply engine.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Copy link
Contributor

@darkowlzz darkowlzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@stefanprodan stefanprodan merged commit 0b01831 into main Jan 21, 2022
@stefanprodan stefanprodan deleted the validate-resouces branch January 21, 2022 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kustomize Kustomize related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kustomization resources are silently dropped if there is an typo an yaml is no valid kubernetes yaml anymore
2 participants