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
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Is this a BUG REPORT or FEATURE REQUEST?: BUG REPORT
/kind bug
What happened:
There appears to be a change in behavior in ksonnet 0.9 vs. 0.10 (from tip of master)… 0.9 seems to rely the presence of main.jsonnet as the entrypoint for emitting the objects, where as 0.10 ignores the file completely.
I'm not sure if this is expected. If so, 0.10 should stop auto-generating main.jsonnet and base.libsonnet.
In the absence of main.jsonnet, is there a equivalent behavior for the having some sort of jsonnet entrypoint of an environment?