Deploying a custom resource
Once you create a custom resource, you can configure and customize the parameters, validate the file, and apply the changes.
Before you begin
About this task
- If the following sections are defined in the custom resource, the corresponding components are
deployed:
ecm_configuration: cpe: ... css: ... cmis: ... graphql: ... es: ... tm: ... navigator_configuration: ... ier_configuration: ... iccsap_configuration: ... ccxmo_configuration: ... - If an optional component is set to
truefor thecontent_optional_componentsparameter:content_optional_components: cpe: true graphql: true cmis: false css: false es: false tm: false ban: true ier: false iccsap: false ccxmo: false - If "
content" is selected as a pattern forsc_deployment_patternsparameter, then the operator deploys Content Platform Engine, Navigator, and GraphQL components by default:shared_configuration: sc_deployment_patterns: contentTip: Remove the parameter value forsc_deployment_patternsand then use thecontent_optional_componentsparameter to select the components that you want to deploy.