-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(k8s): proper support for Helm charts
This brings Helm support close to parity with the container module type. The vote-helm example project demonstrates its use. This required some framework changes and additions, in order to allow modules that contain manifests to reference sources from other modules. BREAKING CHANGES: We now install Helm's Tiller service in each app namespace, instead of cluster-wide, and we no longer prefix Helm release names.
- Loading branch information
Showing
200 changed files
with
26,196 additions
and
2,381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.