mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 06:07:11 +02:00
Merge pull request #8991 from roidelapluie/yamllint
Fix yaml indent to make CI happy
This commit is contained in:
commit
ecc5960150
@ -6,4 +6,3 @@ scrape_configs:
|
|||||||
basic_auth:
|
basic_auth:
|
||||||
username: user
|
username: user
|
||||||
password: password
|
password: password
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: prometheus
|
- job_name: prometheus
|
||||||
kubernetes_sd_configs:
|
kubernetes_sd_configs:
|
||||||
- role: endpoints
|
- role: endpoints
|
||||||
kubeconfig_file: /user1/.kube/config
|
kubeconfig_file: /user1/.kube/config
|
||||||
|
Loading…
Reference in New Issue
Block a user