From ef512df517e0e24db2454535070f7bbc1eaf1f45 Mon Sep 17 00:00:00 2001 From: Feny Mehta Date: Mon, 6 Jul 2026 15:02:57 +0530 Subject: [PATCH] SANDBOX-1889: update CRD default phoneLookupMode to disabled Generated CRD update reflecting the default phoneLookupMode change from "log" to "disabled" in the API types. Co-authored-by: Cursor --- .../bases/toolchain.dev.openshift.com_toolchainconfigs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml b/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml index 5a87e5e8b..fe98f76f8 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml @@ -365,11 +365,11 @@ spec: type: array x-kubernetes-list-type: set phoneLookupMode: - default: log + default: disabled description: |- PhoneLookupMode controls how the registration service handles Twilio Lookup v2 phone risk checks. Valid values are "disabled" (skip Lookup entirely), "log" (call Lookup and store results but don't block), - and "enabled" (call Lookup and enforce blocking). Defaults to "log". + and "enabled" (call Lookup and enforce blocking). Defaults to "disabled". enum: - disabled - log