From b90bc7a0a450a699b29c06b3204da57e57861e18 Mon Sep 17 00:00:00 2001 From: Vinayak Gaikwad <111791116+vin-appdirect@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:45:27 -0700 Subject: [PATCH] remove redundant ticks around "names" --- docs/deploying-arc-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying-arc-runners.md b/docs/deploying-arc-runners.md index 07a3c66d..1c995a8e 100644 --- a/docs/deploying-arc-runners.md +++ b/docs/deploying-arc-runners.md @@ -70,7 +70,7 @@ Fields like `volumeClaimTemplates` that originates from `StatefulSet` should als Pod-related fields like security contexts and volumes are written under `spec.template.spec` like `StatefulSet`. -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`. +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`. For a more complex example, see the below: