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
Yeah, I DO want this as I believe Jsonnet is much better than go templates for declaring complex setups.
Jsonnet code can be a little harder to debug/review/audit/etc so I'm thinking that it would play nicely with helmfile build -f helmfile.jsonnet that will produce a "rendered" helmfile.yaml from Jsonnet (#780 )
Happy to review any contribution related to this feature.
Implementation-wise, the only thing I'm unsure is that how to add custom functions to Jsonnet, like requiredEnv, exec, and helmfile values that is missing in the Jsonnet stdlib.
Similar to how DroneCI supports jsonnet: https://docs.drone.io/extend/config/jsonnet/
The text was updated successfully, but these errors were encountered: