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

Requests: Tool to statically expand import/importstr expressions and consolidate Jsonnet files #762

Open
takahisa opened this issue Jul 26, 2024 · 0 comments

Comments

@takahisa
Copy link

I want to distribute Kubernetes manifests written in Jsonnet, while maintaining parameterization, similar to Helm Charts. However, the Jsonnet files I handle are very large and complex, importing various libsonnet files and configuration files such as JSON and YAML, which means I need to include many files in the distribution package. It would be ideal if the Jsonnet files containing multiple import/importstr could be statically expanded and consolidated into a single file. Is there any plan to bundle such a tool as a sub-tool in go-jsonnet?

@takahisa takahisa changed the title Support inline expansion of Import directive Requests: Tool to statically expand import/importstr expressions and consolidate Jsonnet files Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant