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
... and special-case the chart somewhere in nixhelm, but I haven't found a non-ugly way to do that. So I've filed this as a placeholder until I figure it out.
The text was updated successfully, but these errors were encountered:
Goorzhel
changed the title
App Template 3 requires network access
App Template 3 won't build inside a Nix sandbox
Apr 16, 2024
Nope: kubelib.buildHelmChart {extraOpts = ["--skip-schema-validation"]; ...} should suffice.
I would have preferred not to discard schema validation entirely, but I can't justify the effort to make it work with this case alone. If more cases appear, I could set about moving the helm pull to buildPhase and making installPhase configurable. Until then, this issue has no more gas in it.
It does JSON schema validation using a web
$ref
, frustrating attempts to build it inside a sandbox.I have a vague idea for a workaround, which is to munge the source repo ...
... and special-case the chart somewhere in
nixhelm
, but I haven't found a non-ugly way to do that. So I've filed this as a placeholder until I figure it out.The text was updated successfully, but these errors were encountered: