Skip to content

Commit

Permalink
Merge pull request #21661 from dlemfh/patch-1
Browse files Browse the repository at this point in the history
Fix typo: `annotations`
  • Loading branch information
dvdksn authored Dec 18, 2024
2 parents 21b8b18 + fe73e26 commit 63c63e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/manuals/build/builders/drivers/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ can pass to `--driver-opt`:
| `limits.memory` | Memory size | | Sets the limit memory value specified in bytes or with a valid suffix. For example `requests.memory=500Mi` or `requests.memory=4G` |
| `limits.ephemeral-storage` | Storage size | | Sets the limit ephemeral-storage value specified in bytes or with a valid suffix. For example `requests.ephemeral-storage=100M` |
| `nodeselector` | CSV string | | Sets the pod's `nodeSelector` label(s). See [node assignment][2]. |
| `annotation` | CSV string | | Sets additional annotations on the deployments and pods. |
| `annotations` | CSV string | | Sets additional annotations on the deployments and pods. |
| `labels` | CSV string | | Sets additional labels on the deployments and pods. |
| `tolerations` | CSV string | | Configures the pod's taint toleration. See [node assignment][2]. |
| `serviceaccount` | String | | Sets the pod's `serviceAccountName`. |
Expand Down

0 comments on commit 63c63e4

Please sign in to comment.