-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
False
-
False
-
Undefined
-
Description of problem:
I want to install an Helm Chart that provides a schema for its values.
When I click on the YAML view and triggers autocompletion, it does not provide suggestions related to the Chart schema
Version-Release number of selected component (if applicable):
4.7
How reproducible:
Always
Steps to Reproduce:
1. "+Add" > "Helm Chart" > "Quarks v0.0.3"
2. Click on "Install Helm Chart"
3. Select "Configure on YAML View"
4. Delete everything
5. Active autocompletion with Ctl + Space
Actual results:
A list of suggestions unrelated to the Helm Chart
Expected results:
The possible values for the root of the document according to the chart's schema (which is https://github.com/redhat-developer/redhat-helm-charts/blob/master/alpha/quarkus-chart/values.schema.json)
-8<-
image
build
deploy
global
-8<-
Addition info:
Hovering on properties does not work either but that's expected if the schema is not taken into account by the editor at all.
If autocompletion is not supposed to work in the Helm Chart view, it might be better to disable it completely.