Skip to content

Commit

Permalink
Fix grammatical error (#3395)
Browse files Browse the repository at this point in the history
Also changed capitalization for consistency.
  • Loading branch information
paigr94 authored and vishalnayak committed Sep 28, 2017
1 parent 539cb26 commit b808267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/api/auth/kubernetes/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ access the Kubernetes API.
- `kubernetes_host` `(string: <required>)` - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- `kubernetes_ca_cert` `(string: "")` - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- `pem_keys` `(array: [])` - Optional list of PEM-formated public keys or certificates
used to verify the signatures of kubernetes service account
used to verify the signatures of Kubernetes service account
JWTs. If a certificate is given, its public key will be
extracted. Not every installation of Kuberentes exposes these
extracted. Not every installation of Kubernetes exposes these
keys.

### Sample Payload
Expand Down

0 comments on commit b808267

Please sign in to comment.