Open pentago opened 5 months ago
This issue is currently awaiting triage.
SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the triage/accepted
label.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
Eschewed features
What would you like to have added?
I'd like to have ability to use Helm charts as regular base and allow patching of that base with different values.yaml as patches in overlays, like this:
Why is this needed?
Something like this would make Helm charts first-class citizens in Kustomize projects and allow for uniform patching to standard Kubernetes YAML manifests.
Can you accomplish the motivating task without this feature, and if so, how?
Only by using a lot of duplication like using full values.yaml for each overlay.
What other solutions have you considered?
Not aware of anything else doing this and would love to get this thing done with only Kustomize.
Anything else we should know?
No response
Feature ownership