Skip to content

Commit

Permalink
Update field descriptions in CRDs (#122)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mitchnielsen authored Oct 30, 2024
1 parent b172b61 commit 532b710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 532b710

Please sign in to comment.