tim-koehler / Helm-Intellisense

Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml

Home Page:https://marketplace.visualstudio.com/items?itemName=Tim-Koehler.helm-intellisense&ssr=false#overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syntax check at `Missing value at path`

axolander opened this issue · comments

getting a "Missing value at path" warning for

foo-{{ .Values.fooValue}}-bar

but not for

foo-{{ .Values.fooValue }}-bar (note the space)

Fixed with v0.7.8