Skip to content

Commit

Permalink
Fix/Add global param (#260)
Browse files Browse the repository at this point in the history
Add global param
  • Loading branch information
jimid27 authored Oct 18, 2023
1 parent 6b40f7d commit bddc3f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/prefect-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,12 @@
"title": "Common",
"description": "common configuration. Not set by user but required as common vars are passed to all manifests.",
"form": true
},
"global": {
"type": "object",
"title": "Global",
"description": "global configuration. Not set by user but required when prefect is referenced as a downstream Chart",
"form": true
}
}
}
6 changes: 6 additions & 0 deletions charts/prefect-worker/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,12 @@
"title": "Common",
"description": "common configuration. Not set by user but required as common vars are passed to all manifests.",
"form": true
},
"global": {
"type": "object",
"title": "Global",
"description": "global configuration. Not set by user but required when prefect is referenced as a downstream Chart",
"form": true
}
}
}

0 comments on commit bddc3f2

Please sign in to comment.