diff --git a/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml b/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml index 443537770..4e33132ef 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml @@ -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