Open benmathews opened 6 years ago
Indeed. I haven't found a way to get around this limitation -- I usually just copy and paste it in. Perhaps we can open a bug in the upstream helm project?
Edit: Referenced here https://github.com/kubernetes/helm/blob/master/docs/charts.md#chart-starter-packs
Sounds like a good idea. There is no documentation that I could find on the starter scaffolding feature. Yours and one other project are all I could find as a sample to base my own efforts off of.
On Tue, Dec 5, 2017 at 7:24 AM, Andrew Howden notifications@github.com wrote:
Indeed. I haven't found a way to get around this limitation -- I usually just copy and paste it in. Perhaps we can open a bug in the upstream helm project?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sitewards/helm-chart/issues/21#issuecomment-349318689, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbPrHiMUS7-Kjp6yhuExVUkt5saB-2gks5s9VICgaJpZM4Q1XtM .
-- Ben Mathews
It appears that the generated Chart.yaml is coming from helm, not from your template. If I create a
foo
chart, then the contents of Chart.yaml areThe remainder of your templates though are included.