Error: INSTALLATION FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
rasa:
- fullnameOverride: Invalid type. Expected: null, given: string
It seeps Helm 3 applies the JSON Schema to validate the values.yaml, and because this attribute is marked as type: null in the values.schema.json, it does not seem to be possible to override it with a string value.
When I try to deploy the Rasa Helm chart and set the
fullnameOverride
in my values file, I get an error:gives
It seeps Helm 3 applies the JSON Schema to validate the
values.yaml
, and because this attribute is marked as type: null in thevalues.schema.json
, it does not seem to be possible to override it with a string value.Please let me know if you have any workaround