From bea0775bec820569ffc5609869ef327c078c6f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Carlos=20Ferra=20de=20Almeida?= Date: Wed, 3 Aug 2022 03:28:40 +0100 Subject: [PATCH] Fix small typo in README (#1687) Changed from `Kuernetes` to `Kubernetes` in the **Multitenancy** chapter. By the way why not use [the vale-action](https://github.com/errata-ai/vale-action) to automate linting in the markdown files? If you'd like I can probably find some time to do it. Just a small token of appreciation for an awesome project! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d08bbe50..5e43272d 100644 --- a/README.md +++ b/README.md @@ -1770,7 +1770,7 @@ Or `spec.template.spec.githubAPICredentialsFrom.secretRef.name` field for the fo Usually, you should have a set of GitHub App credentials per a GitHub organization and you would have a RunnerDeployment and a HorizontalRunnerAutoscaler per an organization runner group. So, you might end up having the following resources for each organization: -- 1 Kuernetes secret that contains GitHub App credentials +- 1 Kubernetes secret that contains GitHub App credentials - 1 RunnerDeployment/RunnerSet and 1 HorizontalRunnerAutoscaler per Runner Group And the RunnerDeployment/RunnerSet and HorizontalRunnerAutoscaler should have the same value for `spec.githubAPICredentialsFrom.secretRef.name`, which refers to the name of the Kubernetes secret.