Configmap
Appears in
.Values.persistence.$name
objectName
Define the configmap name.
Key | persistence.$name.objectName |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
expandObjectName
Whether to expand (adding the fullname as prefix) the configmap name.
Key | persistence.$name.expandObjectName |
Type | bool |
Required | ❌ |
Helm tpl | ✅ |
Default | true |
Example
optional
Whether the configmap should be required or not.
Key | persistence.$name.optional |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | false |
Example
defaultMode
Define the defaultMode (must be a string in format of “0777”).
Key | persistence.$name.defaultMode |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
items
Define a list of items for configmap.
Key | persistence.$name.items |
Type | list |
Required | ❌ |
Helm tpl | ❌ |
Default | [] |
Example
items[].key
Define the key of the configmap.
Key | persistence.$name.items[].key |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
items[].path
Define the path.
Key | persistence.$name.items[].path |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example