Skip to content

Possible switch/config option to allow helm lint with "--strict" #166

@dgvigil

Description

@dgvigil

There should be a switch or a config option that allows for the lint to use helm lint --strict to ensure a failure if there are missing values.

https://github.com/helm/chart-testing/blob/master/pkg/tool/helm.go#L53

Perhaps even just changing the line to

return h.exec.RunProcess("helm", "lint", "---strict", chart, values)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions