PrefectHQ / prefect-operator

A Kubernetes operator for managing Prefect servers and work pools
10 stars 0 forks source link

Validate `server.name` length in `prefect-operator` #56

Open parkedwards opened 2 months ago

parkedwards commented 2 months ago

since we derive k8s resource names from the CR's .Name, we may hit char limit caps. let's add a reasonable cap to the .Name value, and we can also look to limit any hash suffixes to maybe 6 chars?