FixedEnv
Appears in
.Values.workload.$name.podSpec.containers.$name
.Values.workload.$name.podSpec.initContainers.$name
fixedEnv
Override fixedEnv for the container
Key | workload.$name.podSpec.containers.$name.fixedEnv |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
fixedEnv.TZ
Override the timezone for the container
Key | workload.$name.podSpec.containers.$name.fixedEnv.TZ |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | See here |
Example
fixedEnv.UMASK
Override the umask for the container
Key | workload.$name.podSpec.containers.$name.fixedEnv.UMASK |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | See here |
Example
fixedEnv.PUID
Override the PUID for the container
Key | workload.$name.podSpec.containers.$name.fixedEnv.PUID |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | See here |
Example
fixedEnv.NVIDIA_CAPS
Override the NVIDIA_CAPS for the container
Key | workload.$name.podSpec.containers.$name.fixedEnv.NVIDIA_CAPS |
Type | list |
Required | ❌ |
Helm tpl | ❌ |
Default | See here |
Example