From b57e885a7317268516d5729cdb491aa1c97134c2 Mon Sep 17 00:00:00 2001 From: seplak <88915100+seplak@users.noreply.github.com> Date: Sun, 6 Mar 2022 18:39:01 -0500 Subject: [PATCH] Fix service account typo in Helm README (#1183) Just fixing a typo I discovered while reading through the README. --- charts/actions-runner-controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/actions-runner-controller/README.md b/charts/actions-runner-controller/README.md index ca1e2fc4..5a2ec9b3 100644 --- a/charts/actions-runner-controller/README.md +++ b/charts/actions-runner-controller/README.md @@ -50,7 +50,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | `imagePullSecrets` | Specifies the secret to be used when pulling the controller pod containers | | | `fullnameOverride` | Override the full resource names | | | `nameOverride` | Override the resource name prefix | | -| `serviceAccont.annotations` | Set annotations to the service account | | +| `serviceAccount.annotations` | Set annotations to the service account | | | `serviceAccount.create` | Deploy the controller pod under a service account | true | | `podAnnotations` | Set annotations for the controller pod | | | `podLabels` | Set labels for the controller pod | |