Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c committed Dec 27, 2021
1 parent c1e77d0 commit 02b5660
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions kube_scheduler/assets/configuration/spec.yaml
Expand Up @@ -77,9 +77,11 @@ files:
against the APIServer to retrieve metrics.
enabled: true
value:
type: string
example: tls_only
default: "false"
default: false
anyOf:
- type: boolean
- type: string
- name: bearer_token_path
description: Used to specify the path where the service account token is located.
value:
Expand Down
Expand Up @@ -31,7 +31,7 @@ instances:
#
# prometheus_url: http://%%host%%:10251/metrics

## @param bearer_token_auth - string - optional - default: tls_only
## @param bearer_token_auth - boolean or string - optional - default: tls_only
## Used if you are using RBACs and need the Agent to authenticate
## against the APIServer to retrieve metrics.
#
Expand Down

0 comments on commit 02b5660

Please sign in to comment.