From b9f38a0ccc0bae5ee5b61ec7cfb312e195018667 Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Mon, 7 Oct 2024 13:22:32 -0500 Subject: [PATCH] Fix comment description for Work Pool --- api/v1/prefectworkpool_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/prefectworkpool_types.go b/api/v1/prefectworkpool_types.go index 842ceb7..5e640f3 100644 --- a/api/v1/prefectworkpool_types.go +++ b/api/v1/prefectworkpool_types.go @@ -45,7 +45,7 @@ type PrefectWorkPoolSpec struct { // Resources defines the CPU and memory resources for each worker in the Work Pool Resources corev1.ResourceRequirements `json:"resources,omitempty"` - // ExtraContainers defines additional containers to add to the Prefect Server Deployment + // ExtraContainers defines additional containers to add to each worker in the Work Pool ExtraContainers []corev1.Container `json:"extraContainers,omitempty"` // A list of environment variables to set on the Prefect Worker