mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Add webhookUrl env parameter
Environment variable 'EVENT_WEBHOOK_URL' can be used to override/set eventWebhook argument that serves as default value
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ func main() {
|
||||
observerFactory,
|
||||
meshProvider,
|
||||
version.VERSION,
|
||||
eventWebhook,
|
||||
fromEnv("EVENT_WEBHOOK_URL", eventWebhook),
|
||||
)
|
||||
|
||||
// leader election context
|
||||
|
||||
Reference in New Issue
Block a user