-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Labels
No labels