PrefectHQ / prefect-helm

Helm charts for deploying Prefect Services
Apache License 2.0
100 stars 60 forks source link

fix(prefect-worker): update docs on setting baseJobTemplate file #368

Closed parkedwards closed 3 months ago

parkedwards commented 3 months ago

resolves https://github.com/PrefectHQ/prefect-helm/issues/366

after https://github.com/PrefectHQ/prefect-helm/pull/340, there was a slight update to the values key that takes an existing .json baseJobTemplate:

before:

--set-file worker.config.baseJobTemplate=file.json

after:

--set-file worker.config.baseJobTemplate.configuration=file.json