Skip to content

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
# ... configuration

Available properties:

PropertyTypeRequiredDefaultDescription
annotationsobject / nullNo-Annotations to set on the item.
binaryDataobjectNo-ConfigMap binaryData content.
dataobjectYes-ConfigMap data content. Helm templates are supported.
enabledbooleanNotrueSet to false to disable the ConfigMap.
forceRenamestringNo-Override the default resource name. Mutually exclusive wi…
includeChecksumInControllersarrayNo-Specify a list of controller identifiers for which to inc…
includeInChecksumbooleanNotrueSet to true to include this ConfigMap in the checksum cal…
labelsobject / nullNo-Labels to set on the item.
prefixstringNoPrefix to prepend to the resource name. Mutually exclusiv…
suffixstringNo-Suffix to append to the resource name. Defaults to the re…

Override the default resource name. Mutually exclusive with prefix and suffix.

Specify a list of controller identifiers for which to include this ConfigMap in the checksum calculation for rolling updates.

Set to true to include this ConfigMap in the checksum calculation for rolling updates.

Prefix to prepend to the resource name. Mutually exclusive with forceRename.

Suffix to append to the resource name. Defaults to the resource identifier if there are multiple items, otherwise empty. Mutually exclusive with forceRename.