Add bearer token defaults for Kubernetes plugins (#6356)
This commit is contained in:
committed by
Daniel Nelson
parent
6881c64431
commit
284c7fc404
@@ -41,6 +41,8 @@ avoid cardinality issues:
|
||||
# namespace = "default"
|
||||
|
||||
## Use bearer token for authorization. ('bearer_token' takes priority)
|
||||
## If both of these are empty, we'll use the default serviceaccount:
|
||||
## at: /run/secrets/kubernetes.io/serviceaccount/token
|
||||
# bearer_token = "/path/to/bearer/token"
|
||||
## OR
|
||||
# bearer_token_string = "abc_123"
|
||||
@@ -265,6 +267,7 @@ The persistentvolumeclaim "phase" is saved in the `phase` tag with a correlated
|
||||
| pending | 2 |
|
||||
| unknown | 3 |
|
||||
|
||||
|
||||
### Example Output:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user