You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the deprecation of JSON blocks, users who have deployment specific configuration are advised to pass this configuration in using variables, which have a 5000 characters limit. For deployment specific configuration that is longer than that, they have to specify multiple variables, which is tedious.
An example of this behavior would be when a Kubernetes config map/secrets configuration needs to get passed in on a per deployment basis:
Describe the current behavior
With the deprecation of JSON blocks, users who have deployment specific configuration are advised to pass this configuration in using variables, which have a 5000 characters limit. For deployment specific configuration that is longer than that, they have to specify multiple variables, which is tedious.
An example of this behavior would be when a Kubernetes config map/secrets configuration needs to get passed in on a per deployment basis:
prefect.yaml with json block
Describe the proposed behavior
Being able to reference environment file to the prefect.yaml, something like the below example
Example Use
Additional context
No response
The text was updated successfully, but these errors were encountered: