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
Error: INSTALLATION FAILED: values don't meet the specifications of the schema(s) in the following chart(s): prefect-worker: - worker.config.baseJobTemplate: Invalid type. Expected: object, given: string
The command works for version 2024.4.4201250
The text was updated successfully, but these errors were encountered:
Apologies, there was an update to our values schema, where we nested the user-provided baseJobTemplate into an additional baseJobTemplate.configuration key after #340, but did not update the docs accordingly
I've opened this PR to reflect this change here: #368
to move past this, you can update your command line arg like so:
Configuring base job template with this command (source) is throwing errors in the latest version of prefect-worker:
helm install prefect-worker prefect/prefect-worker -f values.yaml --set-file worker.config.baseJobTemplate=base-job-template.json
Error: INSTALLATION FAILED: values don't meet the specifications of the schema(s) in the following chart(s): prefect-worker: - worker.config.baseJobTemplate: Invalid type. Expected: object, given: string
The command works for version 2024.4.4201250
The text was updated successfully, but these errors were encountered: