Skip to content

Chart.yaml generated doesn't match template #21

@benmathews

Description

@benmathews

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions