Skip to content

Commit 177997b

Browse files
fbm3307cursoragent
andcommitted
fix: update CRD - simplify comment and use listType set
- Simplify PhoneLookupExcludedCountries description - Change x-kubernetes-list-type from atomic to set Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Feny Mehta <fbm3307@gmail.com>
1 parent 69c9d98 commit 177997b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,11 @@ spec:
359359
phoneLookupExcludedCountries:
360360
description: |-
361361
PhoneLookupExcludedCountries is a list of ISO 3166-1 alpha-2 country codes (e.g. ["CA", "US"])
362-
for which Twilio Lookup should be skipped. Twilio Lookup data quality is insufficient
363-
for these regions. Canada also has CLNPC regulatory restrictions.
362+
for which Twilio Lookup should be skipped.
364363
items:
365364
type: string
366365
type: array
367-
x-kubernetes-list-type: atomic
366+
x-kubernetes-list-type: set
368367
phoneLookupMode:
369368
default: log
370369
description: |-

0 commit comments

Comments
 (0)