feat: trigger webhook on reload

Signed-off-by: Utibeabasi Umanah <utibeabasiumanah6@gmail.com>
This commit is contained in:
Utibeabasi Umanah
2023-09-19 21:51:42 +01:00
parent 8ac634012c
commit 6dc37baf87
6 changed files with 50 additions and 8 deletions

View File

@@ -30,4 +30,6 @@ var (
SyncAfterRestart = false
// EnableHA adds support for running multiple replicas via leadership election
EnableHA = false
// Url to send a request to instead of triggering a reload
WebhookUrl = ""
)