Skip to content

Commit

Permalink
fix: generate crds
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Zachow <[email protected]>
  • Loading branch information
dariozachow committed Aug 21, 2024
1 parent 652d7d9 commit f5ee662
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package/crds/groups.gitlab.crossplane.io_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,11 @@ spec:
description: The group’s description.
type: string
emailsDisabled:
description: Disable email notifications. Deprecated, use emailsEnabled
instead.
description: |-
Disable email notifications.
Deprecated: Use emailsEnabled instead.
type: boolean
emailsEnabled:
description: Enable email notifications.
Expand Down

0 comments on commit f5ee662

Please sign in to comment.