From bb2eb8e0715504dd250c6e546e7e19d409ecc26f Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Tue, 8 Mar 2022 13:24:30 +0000 Subject: [PATCH] docs: remove githubAPICacheDuration from docs --- charts/actions-runner-controller/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/actions-runner-controller/README.md b/charts/actions-runner-controller/README.md index 5a2ec9b3b4..b79bd40617 100644 --- a/charts/actions-runner-controller/README.md +++ b/charts/actions-runner-controller/README.md @@ -15,7 +15,6 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | `syncPeriod` | Set the period in which the controler reconciles the desired runners count | 10m | | `enableLeaderElection` | Enable election configuration | true | | `leaderElectionId` | Set the election ID for the controller group | | -| `githubAPICacheDuration` | Set the cache period for API calls | | | `githubEnterpriseServerURL` | Set the URL for a self-hosted GitHub Enterprise Server | | | `githubURL` | Override GitHub URL to be used for GitHub API calls | | | `githubUploadURL` | Override GitHub Upload URL to be used for GitHub API calls | |