Add default value of githubWebhookServer.syncPeriod to chart (#622)

* Add default value of `githubWebhookServer.syncPeriod` to chart

* Bump chart version

* Update README.md
This commit is contained in:
Hidetake Iwata
2021-06-11 09:21:05 +09:00
committed by GitHub
parent 8566a4f453
commit dc5f90025c
3 changed files with 3 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ scope:
githubWebhookServer:
enabled: false
replicaCount: 1
syncPeriod: 10m
secret:
create: true
name: "github-webhook-server"