configMaps
Kubernetes ConfigMaps to be generated by the chart. Additional ConfigMaps can be added by adding a dictionary key similar to the ‘config’ object.
object
Keys are identifiers for configMaps instances.
configMaps: main: enabled: true # ... configuration
secondary: enabled: true # ... configurationInstance Properties
Section titled “Instance Properties”Available properties:
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
annotations | object / null | No | - | Annotations to set on the item. |
binaryData | object | No | - | ConfigMap binaryData content. |
data | object | Yes | - | ConfigMap data content. Helm templates are supported. |
enabled | boolean | No | true | Set to false to disable the ConfigMap. |
forceRename | string | No | - | Override the default resource name. Mutually exclusive wi… |
includeChecksumInControllers | array | No | - | Specify a list of controller identifiers for which to inc… |
includeInChecksum | boolean | No | true | Set to true to include this ConfigMap in the checksum cal… |
labels | object / null | No | - | Labels to set on the item. |
prefix | string | No | “ | Prefix to prepend to the resource name. Mutually exclusiv… |
suffix | string | No | - | Suffix to append to the resource name. Defaults to the re… |
Property Details
Section titled “Property Details”forceRename
Section titled “forceRename”Override the default resource name. Mutually exclusive with prefix and suffix.
includeChecksumInControllers
Section titled “includeChecksumInControllers”Specify a list of controller identifiers for which to include this ConfigMap in the checksum calculation for rolling updates.
includeInChecksum
Section titled “includeInChecksum”Set to true to include this ConfigMap in the checksum calculation for rolling updates.
prefix
Section titled “prefix”Prefix to prepend to the resource name. Mutually exclusive with forceRename.
suffix
Section titled “suffix”Suffix to append to the resource name. Defaults to the resource identifier if there are multiple items, otherwise empty. Mutually exclusive with forceRename.