Skip to main content
Version: Spectra Detect 6.2.0

Detect Platform Secrets and ConfigMap Values

Secrets

Custom NameDefault NameTypeDescription
rl-registry-keyrl-registry-keyRequiredSecret of type kubernetes.io/dockerconfigjson used for pulling images from a Docker registry. Secret is either created by umbrella chart (registry.createRegistrySecret) or already exists.
<global.registryCredentialsCustomSecretName>rl-registry-credentialsRequired in Write ModeBasic authentication secret which contains registry credentials. Secret is either created by umbrella chart (registry.createRegistryCredentialsSecret) or already exists. Required when Detect is deployed in Write Mode (global.appliance.configMode set to STANDARD).

Values

Global Settings

KeyTypeDefaultDescription
global.applianceobject-Global appliances configuration.
global.appliance.configModestring"CONFIGMAP"Configuration mode of the appliance. Allowed values: CONFIGMAP (Configuration is provided with configmap), STANDARD (configuration is provided over UI).
global.applyRestrictedPolicyboolfalseApply needed parts of the restricted policy to all sub-charts. When enabled, SDM needs to be disabled, since currently it is only supported for Worker.
global.clusterDomainNamestring"cluster.local"Cluster Domain Name
global.postgresCustomSecretNamestringnilPostgres custom secret name. If not set, default secret name will be used.
global.rabbitmqAdminCustomSecretNamestringnilRabbitMQ custom admin secret name. If not set, default secret name will be used.
global.rabbitmqCustomSecretNamestringnilRabbitMQ custom secret name. If not set, default secret name will be used.
global.registryCredentialsCustomSecretNamestringnilCustom secret name for the basic-auth secret containing registry credentials. If not set, the default secret name rl-registry-credentials will be used.
global.umbrellabooltrueNotifies dependency charts that they are being used from the umbrella chart. Must always be set to true.
global.useReloaderbooleantrueWhether to enable Reloader annotations.

Secret Configuration

KeyTypeDefaultDescription
registry.authSecretNamestring"rl-registry-key"The name of a Kubernetes secret resource used for pulling images from a Docker registry.
registry.authSecretPasswordstringnilThe password used for authenticating with the registry.
registry.authSecretUsernamestringnilThe username used for authenticating with the registry.
registry.createRegistryCredentialsSecretboolfalseIf enabled, a Kubernetes basic-auth secret containing registry credentials will be created. If disabled, the secret must be created manually in the namespace — for example, when Spectra Detect Manager (sdm.enabled) is not deployed.
registry.createRegistrySecretbooltrueIf enabled, a Kubernetes secret for pulling images will be created. If disabled, the secret must be created manually in the namespace.
registry.imageRegistrystring"registry.reversinglabs.com"The image registry address.

Component Settings

KeyTypeDefaultDescription
connectorIcap.enabledboolfalseIf enabled, connector-icap chart will be used and ICAP connector pods will be deployed.
connectorS3.enabledboolfalseIf enabled, connector-s3 chart will be used and S3 connector pods will be deployed.
logging.enabledboolfalseIf enabled, logging stack (Alloy + Loki + Grafana) will be deployed for log collection and visualization.
prometheus.enabledbooltrueHas to be enabled when Prometheus is used. It creates a secret containing the Prometheus configuration, enabling other charts to connect.
reloader.enabledbooltrueIf enabled, reloader will be deployed. Reloader ensures that latest configuration is applied at all time.
sdm.enabledboolfalseIf enabled, Spectra Detect Manager chart will be deployed.
worker.enabledbooltrueIf enabled, worker chart will be used and Worker service pods will be deployed.