-
Notifications
You must be signed in to change notification settings - Fork 123
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
Support KRM input #160
Comments
Can you describe the implementation you have in mind? It would need a new flag to specify that the stdin input is in a different format, and a new output format to output the resource again? I m not against it in principle but i feel this might be non trivial to implement? Could you describe how this could work? Thanks! ❤️ |
Hi Yann 👋 I'm thinking in a simpler impelmentation where Kubeconform will detect the type of STDIN, and if it's I already did something similar for SopsSecretGenerator
The |
If you think you can do this with reasonable effort maybe give it a shot... maybe push early, before writing tests, so I can review the implementation? |
Kubeconform could be used as a validator plugin in Kustomize (it's built into
kubectl
since v1.14)All needed is just support KRM as input to Kubeconform.
I will create a PR for you if the feature is accepted.
The text was updated successfully, but these errors were encountered: