Args
Appears in
.Values.workload.$name.podSpec.containers.$name
.Values.workload.$name.podSpec.initContainers.$name
args
Define arg(s). If it’s single, can be defined as string
Key | workload.$name.podSpec.containers.$name.args |
Type | string or list of string |
Required | ❌ |
Helm tpl | ✅ |
Default | [] |
Example
extraArgs
Define extraArg(s).
Key | workload.$name.podSpec.containers.$name.extraArgs |
Type | string or list of string |
Required | ❌ |
Helm tpl | ✅ |
Default | [] |
Example