Override is no more needed

This commit is contained in:
nemunaire 2026-05-21 18:17:57 +08:00
commit 1588131e90

View file

@ -35,19 +35,6 @@ func Definition() *sdk.CheckerDefinition {
},
},
UserOpts: []sdk.CheckerOptionDocumentation{
{
Id: "happydeliver_url",
Type: "string",
Label: "happyDeliver instance URL (override)",
Description: "Override the operator-provided happyDeliver URL.",
},
{
Id: "happydeliver_token",
Type: "string",
Label: "happyDeliver API token (override)",
Description: "Override the operator-provided happyDeliver token.",
Secret: true,
},
{
Id: "smtp_host",
Type: "string",