Skip to content

Doc | document helper commands we use when developing charts #32

@exequielrafaela

Description

@exequielrafaela

What?

Document helper cmds we use when developing charts:

  • helm template --values /path/to/custom-values.yaml
  • helm template --values /path/to/custom-values.yaml /path/to/my-chart

It will render the manifests that will be sent to k8s and you can check them before trying to apply them via helm install -values.

Another useful cmd is:

  • helm pull chart-name (to download the tarball that you can then extract to look at the code of a chart that is not easily available on github.

Why?

  • Facilitate helm charts development for new and existing project contributors

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions