Skip to content

Commit 63c63e4

Browse files
authored
Merge pull request #21661 from dlemfh/patch-1
Fix typo: `annotations`
2 parents 21b8b18 + fe73e26 commit 63c63e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/builders/drivers/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ can pass to `--driver-opt`:
4343
| `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` |
4444
| `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` |
4545
| `nodeselector` | CSV string | | Sets the pod's `nodeSelector` label(s). See [node assignment][2]. |
46-
| `annotation` | CSV string | | Sets additional annotations on the deployments and pods. |
46+
| `annotations` | CSV string | | Sets additional annotations on the deployments and pods. |
4747
| `labels` | CSV string | | Sets additional labels on the deployments and pods. |
4848
| `tolerations` | CSV string | | Configures the pod's taint toleration. See [node assignment][2]. |
4949
| `serviceaccount` | String | | Sets the pod's `serviceAccountName`. |

0 commit comments

Comments
 (0)