feat: add podLabels value

This commit is contained in:
weian
2022-10-08 02:46:17 +08:00
parent e62d31f8b9
commit 574efd8df0
3 changed files with 5 additions and 1 deletions

View File

@ -1056,6 +1056,7 @@ It also uses the following configuration from the `$pod`:
| `$pod.nodeSelector ` | Node labels for pod assignment |
| `$pod.affinity ` | Expressions for affinity |
| `$pod.tolerations ` | Toleration labels for pod assignment |
| `$pod.podLabels` | Pod extra labels |
Underneath the hood, it invokes [`common.container`](#commoncontainer) template with `$pod` to populate the `PodSpec`'s container list.