diff --git a/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml b/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml index f1d1360bd..457d650f2 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml @@ -47,6 +47,15 @@ spec: automaticApproval: description: Keeps parameters necessary for automatic approval properties: + domains: + description: 'Comma-separated email domains to consider for + auto-approval. For example: "domain.com,anotherdomain.org" + If domains is not set and enabled is true, it will default + to auto approving all authenticated emails. If domains is + set and enabled is true, it will allow auto approving only + for authenticated emails under the domains entered. If enabled + is false domains will be ignored.' + type: string enabled: description: Defines if the automatic approval is enabled or not