Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(k8s): add Helm module inheritance via the base field #482

Merged
merged 1 commit into from
Jan 25, 2019

Conversation

edvald
Copy link
Collaborator

@edvald edvald commented Jan 25, 2019

See the updated vote-helm example, and the added section in the Helm guide for details: https://github.com/garden-io/garden/blob/8a2c5aed81ac08f13d57f270360be674d110917d/docs/using-garden/using-helm-charts.md

@edvald edvald force-pushed the helm-inheritance branch 2 times, most recently from 9c6d2f7 to 81701bb Compare January 25, 2019 11:48
@edvald edvald requested a review from eysi09 January 25, 2019 12:58
Copy link
Collaborator

@thsig thsig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Only a couple of textual/spelling suggestions.

@@ -1,13 +1,19 @@
# Voting example project with Helm charts

This is a clone of the [vote example project](../vote/README.md), modified to use Helm charts to describe
Kubernetes resources, instead of the `container` module type.
Kubernetes resources, instead of the simplified `container` module type.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"simplified" -> "simpler" / "relatively simpler"?

helper function) in order to enforce correct usage. We recommend enforcing constraints like that, so that mistakes
can be caught quickly.

The `result` module also use the same base chart, but sets different values and metadata:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"use" -> "uses"

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.

2 participants