EnvList
Appears in
.Values.workload.$name.podSpec.containers.$name
.Values.workload.$name.podSpec.initContainers.$name
envList
Define env(s) for the container
Key | workload.$name.podSpec.containers.$name.envList |
Type | list of strings |
Required | ❌ |
Helm tpl | ❌ |
Default | [] |
Example
envList.name
Define the env name
Key | workload.$name.podSpec.containers.$name.envList[].name |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | "" |
Example
envList.value
Define the env value
Key | workload.$name.podSpec.containers.$name.envList[].value |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example