-
Notifications
You must be signed in to change notification settings - Fork 273
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
Conversation
9c6d2f7
to
81701bb
Compare
There was a problem hiding this 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.
examples/vote-helm/README.md
Outdated
@@ -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. |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"use" -> "uses"
81701bb
to
14875ab
Compare
14875ab
to
8a7a7e5
Compare
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