carvel-dev / kapp-controller

Continuous delivery and package management for Kubernetes.
https://carvel.dev/kapp-controller
Apache License 2.0
260 stars 99 forks source link

`kctrl`: Allow users to supply data values via flags similar to ytt #677

Open 100mik opened 2 years ago

100mik commented 2 years ago

Describe the problem/challenge you have Alternate methods of adding values file similar to the experience ytt provides https://carvel.dev/ytt/docs/v0.40.0/ytt-data-values/#configuring-data-values

Describe the solution you'd like This would allow users to easily configure their PackageInstalls How they take priority over each other or get merged should be similar to ytt

Acceptance criteria:


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible" 👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

100mik commented 2 years ago

Branched out from #412