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:
committed by
Jayapriya Pai
parent
a547a6d4c1
commit
181b8dd396
@@ -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": {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user