PrefectHQ / prefect-helm

Helm charts for deploying Prefect Services
Apache License 2.0
83 stars 54 forks source link

Allow additional properties #317

Closed fabrice-toussaint closed 2 months ago

fabrice-toussaint commented 2 months ago

Closes #316

jamiezieziula commented 2 months ago

Hi @fabrice-toussaint, can you give us some more insight on the additional property that you would like to add and what it would be mapped to in your use case?

fabrice-toussaint commented 2 months ago

@jamiezieziula we are trying to implement Prefect using vcluster to spin up a temporary environment. We want to be able to enable / disable specific charts (depending on the temporary environment). All other services that we use (i.e. postgres) allow us to set an additional property (i.e. enabled) so that we can include / exclude them.

We also need the property to be enabled on the "highest" level, so I could exclude it from the "lower" levels.