Skip to content

Commit

Permalink
Adding domains field to auto-approval config
Browse files Browse the repository at this point in the history
Implements: ASC-444

Signed-off-by: David Peraza <[email protected]>
  • Loading branch information
dperaza4dustbit committed Apr 22, 2024
1 parent 6a7e692 commit 061b31f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ spec:
automaticApproval:
description: Keeps parameters necessary for automatic approval
properties:
domains:
description: 'Comma-separated email domains to consider for
auto-approval. For example: "redhat.com,ibm.com"'
type: string
enabled:
description: Defines if the automatic approval is enabled
or not
Expand Down

0 comments on commit 061b31f

Please sign in to comment.