diff --git a/deploy/charts/prefect-operator/crds/prefect.io_prefectservers.yaml b/deploy/charts/prefect-operator/crds/prefect.io_prefectservers.yaml index bd2aa41..b19c249 100644 --- a/deploy/charts/prefect-operator/crds/prefect.io_prefectservers.yaml +++ b/deploy/charts/prefect-operator/crds/prefect.io_prefectservers.yaml @@ -12,6 +12,8 @@ spec: listKind: PrefectServerList plural: prefectservers singular: prefectserver + shortNames: + - ps scope: Namespaced versions: - additionalPrinterColumns: diff --git a/deploy/charts/prefect-operator/crds/prefect.io_prefectworkpools.yaml b/deploy/charts/prefect-operator/crds/prefect.io_prefectworkpools.yaml index ca49178..c6839a2 100644 --- a/deploy/charts/prefect-operator/crds/prefect.io_prefectworkpools.yaml +++ b/deploy/charts/prefect-operator/crds/prefect.io_prefectworkpools.yaml @@ -12,6 +12,8 @@ spec: listKind: PrefectWorkPoolList plural: prefectworkpools singular: prefectworkpool + shortNames: + - pwp scope: Namespaced versions: - additionalPrinterColumns: