mirror of
https://github.com/prometheus/prometheus
synced 2025-03-04 04:28:33 +00: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 New Issue
Block a user