Commit 24c860a4 authored by Fabian Reinartz's avatar Fabian Reinartz Committed by GitHub

Merge pull request #633 from prometheus/beorn7/sd

Kubernetes SD: Remove references to `in_cluster`
parents 8380bfe7 c8c6fe5d
......@@ -610,12 +610,10 @@ basic_auth:
# Optional bearer token authentication information.
[ bearer_token: <string> ]
# Optional bearer token file authentication information. If running in a pod,
# then it is best to use a service account and set in_cluster to true.
# Optional bearer token file authentication information.
[ bearer_token_file: <filename> ]
# TLS configuration. If running in a pod, then it is best to use a service
# account and set in_cluster to true.
# TLS configuration.
tls_config:
[ <tls_config> ]
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment