diff --git a/charts/prefect-worker/README.md b/charts/prefect-worker/README.md index 77ef85ff..2d29a9de 100644 --- a/charts/prefect-worker/README.md +++ b/charts/prefect-worker/README.md @@ -219,7 +219,7 @@ If a base job template is set through Helm (via either `.Values.worker.config.ba Any time the base job template is updated, the subsequent `initContainer` run will run `prefect work-pool update --base-job-template ` and sync this template to the API. -Please note that updating JSON inside of a `baseJobTemplate.existingConfigMapName` will require a manual restart of the `prefect-worker` Deployment in order to kick off the `initContainer`. However, updating the `baseJobTemplate.configuration` value will automatically roll the Deployment. +Please note that configuring the template via `baseJobTemplate.existingConfigMapName` will require a manual restart of the `prefect-worker` Deployment in order to kick off the `initContainer` - alternatively, you can use a tool like [reloader](https://github.com/stakater/Reloader) to automatically restart an associated Deployment. However, configuring the template via `baseJobTemplate.configuration` value will automatically roll the Deployment on any update. ## Maintainers diff --git a/charts/prefect-worker/README.md.gotmpl b/charts/prefect-worker/README.md.gotmpl index 5891e67c..8937531f 100644 --- a/charts/prefect-worker/README.md.gotmpl +++ b/charts/prefect-worker/README.md.gotmpl @@ -219,7 +219,7 @@ If a base job template is set through Helm (via either `.Values.worker.config.ba Any time the base job template is updated, the subsequent `initContainer` run will run `prefect work-pool update --base-job-template ` and sync this template to the API. -Please note that updating JSON inside of a `baseJobTemplate.existingConfigMapName` will require a manual restart of the `prefect-worker` Deployment in order to kick off the `initContainer`. However, updating the `baseJobTemplate.configuration` value will automatically roll the Deployment. +Please note that configuring the template via `baseJobTemplate.existingConfigMapName` will require a manual restart of the `prefect-worker` Deployment in order to kick off the `initContainer` - alternatively, you can use a tool like [reloader](https://github.com/stakater/Reloader) to automatically restart an associated Deployment. However, configuring the template via `baseJobTemplate.configuration` value will automatically roll the Deployment on any update. {{ template "chart.maintainersSection" . }}