From 532b710bf3c55ff7d7f13a3cf48da3290e7904af Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Wed, 30 Oct 2024 11:02:47 -0500 Subject: [PATCH] Update field descriptions in CRDs (#122) Updates a couple fields in the CRDs to trigger a change to make sure CRD updates are populated into the cluster automatically. Related to PLA-406 --- .../prefect-operator/crds/prefect.io_prefectservers.yaml | 4 ++-- .../prefect-operator/crds/prefect.io_prefectworkpools.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/charts/prefect-operator/crds/prefect.io_prefectservers.yaml b/deploy/charts/prefect-operator/crds/prefect.io_prefectservers.yaml index 720e11d..bd2aa41 100644 --- a/deploy/charts/prefect-operator/crds/prefect.io_prefectservers.yaml +++ b/deploy/charts/prefect-operator/crds/prefect.io_prefectservers.yaml @@ -55,8 +55,8 @@ spec: the server Deployment type: object ephemeral: - description: Ephemeral defines whether the server will be deployed - with an ephemeral storage backend + description: Ephemeral defines whether the Prefect Server will be + deployed with an ephemeral storage backend type: object extraContainers: description: ExtraContainers defines additional containers to add diff --git a/deploy/charts/prefect-operator/crds/prefect.io_prefectworkpools.yaml b/deploy/charts/prefect-operator/crds/prefect.io_prefectworkpools.yaml index aa45b48..ca49178 100644 --- a/deploy/charts/prefect-operator/crds/prefect.io_prefectworkpools.yaml +++ b/deploy/charts/prefect-operator/crds/prefect.io_prefectworkpools.yaml @@ -64,7 +64,7 @@ spec: additionalProperties: type: string description: DeploymentLabels defines additional labels to add to - the server deployment + the Prefect Server Deployment type: object extraContainers: description: ExtraContainers defines additional containers to add