kapp-controller
kapp-controller copied to clipboard
`kctrl`: Allow users to supply values file for PackageInstalls while using the dev command
Describe the problem/challenge you have
Users might want to test packages with different sets of values easily using the dev command.
As of today the only way to do this is to create a secret with the values on the cluster and refer to it in the package install.
Describe the solution you'd like
We need an experience similar to simply passing a --values-file flag .
Only challenge I see is that we need to consider how we deal with multiple PackageInstalls? Could we supply values inline with the PackageInstall somehow?
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.
cc: @ThomasVitale looping you in since you were interested in this