Skip to content

Commit

Permalink
[Fix] Airflow Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinmaniar123 committed Nov 21, 2023
1 parent c4615f2 commit 46736af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/openmetadata/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,11 @@
"properties": {
"auth": {
"type": "object",
"additionalProperties": true,
"additionalProperties": false,
"properties": {
"enabled" : {
"type": "boolean"
},
"password": {
"type": "object",
"additionalProperties": false,
Expand Down

0 comments on commit 46736af

Please sign in to comment.