Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/installation/worker/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,22 @@ The variable can be provided as a `string`.
This variable sets a fully qualified system path to the TLS certificate key used for HTTPS for the worker.

The variable can be provided as a `string`.

### VELA_SERVER_TLS_MIN_VERSION

This variable sets the minimum TLS version that the worker API will accept.

The variable can be provided as a `string`.

{{% alert title="Note:" color="primary" %}}
This variable has a default value of `1.2`.

The possible options to provide for this variable are:

* `1.0`
* `1.1`
* `1.2`
* `1.3`
{{% /alert %}}