fix: webhook endpoint YAML attribute (#13983)

Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
Danny Kopping
2024-07-23 16:59:27 +02:00
committed by GitHub
parent 0a07c7e554
commit b817c863ef
3 changed files with 3 additions and 3 deletions

View File

@ -2300,7 +2300,7 @@ Write out the current server config as YAML to stdout.`,
Env: "CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT",
Value: &c.Notifications.Webhook.Endpoint,
Group: &deploymentGroupNotificationsWebhook,
YAML: "hello",
YAML: "endpoint",
},
{
Name: "Notifications: Max Send Attempts",