You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
invalid keys at top-level of values.yaml is only identified.
Invalid keys at first level of values.yaml are not identified as validation failures by IntelliJ IDEA.
They are only identified as validation failures by Gradle task validateHelmValues (thanks to flag unevaluatedProperties disabled at top level).
Flag additionalProperties should be disabled at top level of aggregated chart to ensure that those invalid keys are also identified by IntelliJ IDEA.
This flag should only be removed when unevaluatedProperties is supported by IntelliJ IDEA (part of JSON schema specification 2019-09).
The text was updated successfully, but these errors were encountered:
invalid keys at top-level of values.yaml is only identified.
Invalid keys at first level of values.yaml are not identified as validation failures by IntelliJ IDEA.
They are only identified as validation failures by Gradle task validateHelmValues (thanks to flag unevaluatedProperties disabled at top level).
Flag additionalProperties should be disabled at top level of aggregated chart to ensure that those invalid keys are also identified by IntelliJ IDEA.
This flag should only be removed when unevaluatedProperties is supported by IntelliJ IDEA (part of JSON schema specification 2019-09).
The text was updated successfully, but these errors were encountered: