Skip to content

Commit

Permalink
add values.schema.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
dimberman committed Sep 22, 2020
1 parent 3968395 commit 74d0e93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"description": "Default airflow tag to deploy.",
"type": "string"
},
"multi_namespaceMode": {
"description": "Whether the KubernetesExecutor can launch workers in multiple namespaces",
"type": "boolean"
},
"nodeSelector": {
"description": "Select certain nodes for airflow pods.",
"type": "object",
Expand Down

0 comments on commit 74d0e93

Please sign in to comment.