From 38e0451cb4fe4b2b1678f18263b8c5bb99c27fa1 Mon Sep 17 00:00:00 2001 From: Bianca <105657837+biancaines@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:10:13 -0400 Subject: [PATCH] Update docs/gcp-worker-guide.md Co-authored-by: Jeff Hale --- docs/gcp-worker-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gcp-worker-guide.md b/docs/gcp-worker-guide.md index bfea2d1..4bf9263 100644 --- a/docs/gcp-worker-guide.md +++ b/docs/gcp-worker-guide.md @@ -103,7 +103,7 @@ You can create a new work pool using the Prefect UI or CLI. The following comman prefect work-pool create --type cloud-run my-cloud-run-pool ``` -Once the workpool is created, find the work pool in the UI and edit it. +Once the work pool is created, find the work pool in the UI and edit it. There are many ways to customize the base job template for the work pool. Modifying the template influences the infrastructure configuration that the worker provisions for flow runs submitted to the work pool. For this guide we are going to modify just a few of the available fields.