mik-laj commented on pull request #19181:
URL: https://github.com/apache/airflow/pull/19181#issuecomment-957070404
I have resolved all the problems except the following
```
$ cat chart/values.schema.json | jq 'recurse | objects | select(.type ==
"array") | select(.items == null)'
{
"description": "HTTP paths to add to the web Ingress before the default
path.",
"type": "array",
"default": []
}
{
"description": "HTTP paths to add to the web Ingress after the default
path.",
"type": "array",
"default": []
}
{
"description": "Additional mappings for StatsD exporter.",
"type": "array",
"default": []
}
```
1 and 2: I don't know the correct structure. This field is also not covered
by tests.
3: I did not find the schema.json file for this parameter.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]