Merge pull request #8991 from roidelapluie/yamllint

Fix yaml indent to make CI happy
This commit is contained in:
Ben Kochie 2021-06-25 10:04:41 +02:00 committed by GitHub
commit ecc5960150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -6,4 +6,3 @@ scrape_configs:
basic_auth:
username: user
password: password

View file

@ -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