Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@ spec:
type: string
type: array
x-kubernetes-list-type: set
enableAccountVerifier:
description: |-
EnableAccountVerifier controls whether the registration service acts on responses from the account-verifier service,
which verifies disposable email domains. When set to true, the registration service will enforce the account-verifier's
response. When set to false or not set, the account-verifier is still called but the response is only logged.
type: boolean
environment:
description: Environment specifies the environment such as
prod, stage, unit-tests, e2e-tests, dev, etc
Expand Down
Loading