Skip to content

Conversation

@Nitive
Copy link
Contributor

@Nitive Nitive commented Feb 25, 2021

  1. Bundle all deno code into /deno-bundle.js during helm deno push
  2. Use bundle instead of deno-templates/index.ts during helm template/upgrade/install by providing flag --deno-bundle require/prefer/ignore (default ignore)

This feature is required for people who use import maps and what to push their charts to registry

@Nitive Nitive requested a review from a team as a code owner February 25, 2021 08:43
- should throw error if`--deno-bundle require` have been passed but deno-bundle.js do not exist
- should not throw error if`--deno-bundle prefer` have been passed and deno-bundle.js do not exist
- should ignore --deno-bundle flag for regular charts
@Nitive Nitive merged commit 31fa484 into main Feb 25, 2021
@Nitive Nitive deleted the deno-bundle branch February 25, 2021 11:37
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

Successfully merging this pull request may close these issues.

3 participants