Skip to content

Commit

Permalink
Fix comment description for Work Pool
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchnielsen committed Oct 7, 2024
1 parent ade9ba6 commit b9f38a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/prefectworkpool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9f38a0

Please sign in to comment.