fix: webhook name must be k8s field compliant, add a FIXME note

This commit is contained in:
2025-11-05 16:59:48 -05:00
parent cf84f2cce8
commit 24922321b1
6 changed files with 295 additions and 58 deletions

View File

@@ -15,7 +15,7 @@ async fn main() {
K8sAnywhereTopology::from_env(),
vec![Box::new(OpenshiftClusterAlertScore {
receivers: vec![Box::new(DiscordWebhook {
name: "Webhook example".to_string(),
name: "discord-webhook-example".to_string(),
url: hurl!("http://something.o"),
})],
})],