From 697f576e60ace9147f0912786568027145de5052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Burzy=C5=84ski?= Date: Mon, 16 Dec 2024 12:54:42 +0100 Subject: [PATCH] align annotations reference to ca-certificates-* service annotations --- .../kubernetes-ingress-controller/reference/annotations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/_src/kubernetes-ingress-controller/reference/annotations.md b/app/_src/kubernetes-ingress-controller/reference/annotations.md index 4c4bcc0ccfc..66dc3193432 100644 --- a/app/_src/kubernetes-ingress-controller/reference/annotations.md +++ b/app/_src/kubernetes-ingress-controller/reference/annotations.md @@ -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