allow headers to be added to prometheus requests

Signed-off-by: Nick Otter <otternq@gmail.com>
Co-authored-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
This commit is contained in:
Nick Otter
2025-03-27 01:03:23 +05:30
committed by Sanskar Jaiswal
co-authored by Sanskar Jaiswal
parent f21bc1de3e
commit 8f9bb5b1bc
7 changed files with 86 additions and 0 deletions
+7
View File
@@ -1313,6 +1313,13 @@ spec:
address:
description: API address of this provider
type: string
headers:
description: Headers to add to HTTP(S) requests
type: object
additionalProperties:
type: array
items:
type: string
secretRef:
description: Kubernetes secret reference containing the provider credentials
type: object