Closed parkedwards closed 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:
.json
before:
--set-file worker.config.baseJobTemplate=file.json
after:
--set-file worker.config.baseJobTemplate.configuration=file.json
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:
after: