You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/02 03:32:49 UTC

[GitHub] [airflow] mik-laj commented on pull request #19181: More strict schema for values.yaml

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org