Skip to content

Commit

Permalink
align annotations reference to ca-certificates-* service annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Dec 16, 2024
1 parent 524f2ea commit 26812a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ These annotations are supported on Service resources.
{% if_version gte:3.4.x %}
| [`konghq.com/tls-verify`](#konghqcomtls-verify) | Enable or disable verification of the upstream service's TLS certificates |
| [`konghq.com/tls-verify-depth`](#konghqcomtls-verify-depth) | Set the maximal depth of a certificate chain when verifying the upstream service's TLS certificates |
| [`konghq.com/ca-certificates`](#konghqcomca-certificates) | Assign CA certificates to be used for the upstream service's TLS certificates verification |
| [`konghq.com/ca-certificates-secret`](#konghqcomca-certificates-secret) | Assign CA certificates Secrets to be used for the upstream service's TLS certificates verification |
| [`konghq.com/ca-certificates-configmap`](#konghqcomca-certificates-configmap) | Assign CA certificates ConfigMaps to be used for the upstream service's TLS certificates verification |
{% endif_version %}

## KongConsumer resource
Expand Down

0 comments on commit 26812a7

Please sign in to comment.