1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

fix: relax validation on Pushover URL

The Pushover URL can be a template string.

Related to #8315

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2026-01-23 15:23:14 +01:00
committed by Jayapriya Pai
parent a547a6d4c1
commit 181b8dd396
18 changed files with 23 additions and 41 deletions

View File

@@ -4971,7 +4971,6 @@
},
"url": {
"description": "url defines a supplementary URL shown alongside the message.\nThis creates a clickable link within the Pushover notification.",
"pattern": "^https?://.+$",
"type": "string"
},
"urlTitle": {

View File

@@ -4782,7 +4782,6 @@
},
url: {
description: 'url defines a supplementary URL shown alongside the message.\nThis creates a clickable link within the Pushover notification.',
pattern: '^https?://.+$',
type: 'string',
},
urlTitle: {