You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: