Miscellaneous Configuration
Miscellaneous Configuration Properties describes miscellaneous properties available to multiple sub-charts.
Property | Description |
---|---|
global.svcDomainSuffix | The suffix to use when accessing a Service in different sub-domain.
The default value is svc.cluster.local . |
topology.config.create | If set to true , the Helm chart creates the topology
ConfigMap. To avoid conflicts, set this property to
false when performing multiple releases to the same
namespace. The default value is true . |
topology.config.mongodb.connectionString | This value overrides the global MongoDB connectionString. |
global.image.versionOverride | The default version value (also known as the tag) to use for all images. Component-specific image version override configuration takes precedence over this global default setting. The default value is the chart application version. |