CommonFeatureConfiguration
The base feature configuration. Will be expanded inline into each dedicated feature configuration definitions. The current limitation is we only support string values and one-level flatten structure.
Properties
URL pointing to the Helm chart repository
Helm chart name used for deploying a feature
Version number of Helm chart used for deploying a feature
URL pointing to the docker registry
Possible values are: malware-prevention , cloud-connector , intelligence , intelligence-migration , metrics , ndr , reputation-service
Helm chart name used for deploying pre-check jobs
Version number of Helm chart used for deploying pre-check jobs
Name of the K8s storage class used for PVCs (persistent volume claims)
JSON Example
{
"chart_repo": "string",
"deployment_chart_name": "string",
"deployment_chart_version": "string",
"docker_registry": "string",
"feature_name": "malware-prevention",
"precheck_chart_name": "string",
"precheck_chart_version": "string",
"storage_class": "string"
}
Used By
FeatureConfigurationNDR
FeatureConfigurationIntelligence
FeatureConfigurationMalwarePrevention
FeatureConfigurationCloudConnector