Skip to content

Commit

Permalink
added missing documentationn for KOA_K8S_API_VERIFY_SSL parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rchakode authored Mar 31, 2024
1 parent 12ec289 commit 9d22604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This section provides an exhaustive list of configuration variables used by `kub
* `KOA_DB_LOCATION` sets the path to use to store internal data. Typically when you consider to set a volume to store those data, you should also take care to set this path to belong to the mounting point.
* `KOA_K8S_API_ENDPOINT` sets the endpoint to the Kubernetes API.
* `KOA_K8S_API_VERIFY_SSL` boolean to set whether to check validate Kubernetes certificate (defaut is `true`).
* `KOA_K8S_CACERT` sets the path to CA file for a self-signed certificate.
* `KOA_K8S_AUTH_TOKEN` sets a Bearer token to authenticate against the Kubernetes API.
* `KOA_K8S_AUTH_CLIENT_CERT` sets the path to the X509 client certificate to authenticate against the Kubernetes API.
Expand Down

0 comments on commit 9d22604

Please sign in to comment.