Skip to content

Use underscores in chart names #268

@maxnoe

Description

@maxnoe

Using hyphens results in non-valid identifiers for values lookup, which makes accessing values awkward.

E.g. to access a value of rucio-daemons in a chart using the the rucio charts as subchart, one has to use:

{{ index .Values "rucio-daemons" "value" }}

instead of the more straight forward

{{ .Values.rucio_daemons.value }}

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