mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Fix yaml indent to make CI happy
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
7cb55d5732
commit
17700e5600
|
@ -6,4 +6,3 @@ scrape_configs:
|
|||
basic_auth:
|
||||
username: user
|
||||
password: password
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
scrape_configs:
|
||||
- job_name: prometheus
|
||||
kubernetes_sd_configs:
|
||||
- role: endpoints
|
||||
kubeconfig_file: /user1/.kube/config
|
||||
- job_name: prometheus
|
||||
kubernetes_sd_configs:
|
||||
- role: endpoints
|
||||
kubeconfig_file: /user1/.kube/config
|
||||
|
|
Loading…
Reference in a new issue