chart: Allow using different secrets for controller-manager and gh-webhook-server (#1122)

* chart: Allow using different secrets for controller-manager and gh-webhook-server

As it is entirely possible to do so because they are two different K8s deployments. It may provide better scalability because then each component gets its own GitHub API quota.
This commit is contained in:
Yusuke Kuoka
2022-02-17 09:16:16 +09:00
committed by GitHub
parent e22d981d58
commit 5b92c412a4
5 changed files with 22 additions and 6 deletions

View File

@@ -171,6 +171,7 @@ githubWebhookServer:
syncPeriod: 10m
useRunnerGroupsVisibility: false
secret:
enabled: false
create: false
name: "github-webhook-server"
### GitHub Webhook Configuration