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
The file values.schema.json states that it is possible to define 4 properties at the root level (nameOverride, fullnameOverride, releaseTrunc and prefixTrunc).
If you try to define one in the values.yaml file, we have an error message "Additional property ZZZZZ is not allowed".
It is because in the schema, the 'properties' block does not contain the list of the expected properties.
The text was updated successfully, but these errors were encountered:
The file values.schema.json states that it is possible to define 4 properties at the root level (nameOverride, fullnameOverride, releaseTrunc and prefixTrunc).
If you try to define one in the values.yaml file, we have an error message "Additional property ZZZZZ is not allowed".
It is because in the schema, the 'properties' block does not contain the list of the expected properties.
The text was updated successfully, but these errors were encountered: