Skip to content

Commit 0d1e2b3

Browse files
remove redundant ticks around "name" and use plural (#3661)
1 parent 104bc6b commit 0d1e2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploying-arc-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Fields like `volumeClaimTemplates` that originates from `StatefulSet` should als
7070

7171
Pod-related fields like security contexts and volumes are written under `spec.template.spec` like `StatefulSet`.
7272

73-
Similarly, container-related fields like resource requests and limits, container image names and tags, security context, and so on are written under `spec.template.spec.containers`. There are two reserved container `name`, `runner` and `docker`. The former is for the container that runs [actions runner](https://github.com/actions/runner) and the latter is for the container that runs a `dockerd`.
73+
Similarly, container-related fields like resource requests and limits, container image names and tags, security context, and so on are written under `spec.template.spec.containers`. There are two reserved container names, `runner` and `docker`. The former is for the container that runs [actions runner](https://github.com/actions/runner) and the latter is for the container that runs a `dockerd`.
7474

7575
For a more complex example, see the below:
7676

0 commit comments

Comments
 (0)