manifests: regenerate
This commit is contained in:
@@ -8,6 +8,8 @@ metadata:
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
names:
|
||||
categories:
|
||||
- prometheus-operator
|
||||
kind: Prometheus
|
||||
listKind: PrometheusList
|
||||
plural: prometheuses
|
||||
@@ -2636,6 +2638,11 @@ spec:
|
||||
bearerTokenFile:
|
||||
description: File to read bearer token for remote write.
|
||||
type: string
|
||||
headers:
|
||||
additionalProperties:
|
||||
type: string
|
||||
description: Custom HTTP headers to be sent along with each remote write request. Be aware that headers that are set by Prometheus itself can't be overwritten. Only valid in Prometheus versions 2.25.0 and newer.
|
||||
type: object
|
||||
name:
|
||||
description: The name of the remote write queue, must be unique if specified. The name is used in metrics and logging in order to differentiate queues. Only valid in Prometheus versions 2.15.0 and newer.
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user