values.yaml
file of the chart will be read and evaluated automatically to provide intellisense.Named Templates
defined in the any .tpl
file.yaml
anchors and labelsKubernetes
extension.yaml
and helm-template
.Helm-Intellisense: Lint
: This command parses the currently active document and validates that all paths(like .Values.foo.bar
) point to valid values.Helm-Intellisense: Lint Chart
: Equivalent to Lint
command but for all files in the chart of the file that is currently active.Setting | Description |
---|---|
helm-intellisense.customValueFileNames |
Defines list of possible files containing values (default: values.yaml ) |
helm-intellisense.lintFileOnSave |
If set to true the Helm-Intellisense: Lint command will be executed on save (default: true ) |