-
Notifications
You must be signed in to change notification settings - Fork 519
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
Helm: Support for Chart.yaml fragments #2092
Comments
…jkube#2092) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#2092) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#2092) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#2092) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
I couldn't find a direct mapping of Chart.yaml object in Kustomize model. However, I was able to find a struct in helm repository : Metadata.go |
…jkube#2092) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#2092) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#2092) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#2092) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#2092) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#2092) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
@manusa @rohanKanojia Is it possible to get more information on this? I havent found kustomize in the doc, how do I use it? |
Hey Dominik, This feature allows you to add a |
Thx, will give it a try |
As a user I would like to provide a fragment for my JKube-generated
Chart.yaml
file. The contents of this fragment file should be merged with the finalChart.yaml
after it has been generated, overriding any matching values.Similar to #2112
Relates to:
Some of the types that were added in scope of this PR could be used for this purpose.
The text was updated successfully, but these errors were encountered: