Configmap
Appears in
.Values.configmap
Naming scheme
$FullName-$ConfigmapName
(release-name-chart-name-configmap-name)
configmap
Create Configmap objects
Key | configmap |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
$name
Define Configmap
Key | configmap.$name |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default | {} |
Example
enabled
Enables or Disables the Configmap
Key | configmap.$name.enabled |
Type | bool |
Required | ✅ |
Helm tpl | ✅ |
Default | false |
Example
namespace
Define the namespace for this object
Key | configmap.$name.namespace |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
labels
Additional labels for configmap
Key | configmap.$name.labels |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
annotations
Additional annotations for configmap
Key | configmap.$name.annotations |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
data
Define the data of the configmap
Key | configmap.$name.data |
Type | map |
Required | ✅ |
Helm tpl | ✅ |
Example | {} |