Command
Appears in
- .Values.workload.$name.podSpec.containers.$name
- .Values.workload.$name.podSpec.initContainers.$name
- .Values.workload.$name.podSpec.containers.$name.probes.liveness
- .Values.workload.$name.podSpec.containers.$name.probes.readiness
- .Values.workload.$name.podSpec.containers.$name.probes.startup
command
Define command(s). If itβs single, can be defined as string
| Key | workload.$name.podSpec.containers.$name.command | 
| Type | stringorlistofstring | 
| Required | β | 
| Helm tpl | β | 
| Default | [] | 
Full Examples
workload:  workload-name:    enabled: true    primary: true    podSpec:      containers:        container-name:          enabled: true          primary: true          # As a list          command:            - command1            - command2          # As a string          command: command