Skip to content
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

Chart.yaml generated doesn't match template #21

Open
benmathews opened this issue Dec 4, 2017 · 2 comments
Open

Chart.yaml generated doesn't match template #21

benmathews opened this issue Dec 4, 2017 · 2 comments

Comments

@benmathews
Copy link
Contributor

benmathews commented Dec 4, 2017

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 are

apiVersion: v1
description: A Helm chart for Kubernetes
name: foo
version: 0.1.0

The remainder of your templates though are included.

$ ls foo/
charts/            .helmignore        PERSISTENCE.md     requirements.yaml  values.yaml        
Chart.yaml         Jenkinsfile        README.md          templates/         
$ ls foo/templates/
certificate.yaml  daemonset.yaml   _helpers.tpl  NOTES.txt  role-binding.yaml  secret.yaml           service.yaml
configmap.yaml    deployment.yaml  job.yaml      pvc.yaml   role.yaml          service-account.yaml
@andrewhowdencom
Copy link
Collaborator

andrewhowdencom commented Dec 5, 2017

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

@benmathews
Copy link
Contributor Author

benmathews commented Dec 5, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants