From 794d100b52f95135b1f68373aa4f763304058d05 Mon Sep 17 00:00:00 2001 From: Somtochi Onyekwere Date: Wed, 23 Aug 2023 13:18:56 +0100 Subject: [PATCH] add note about secret type Signed-off-by: Somtochi Onyekwere --- docs/spec/v1beta2/providers.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/spec/v1beta2/providers.md b/docs/spec/v1beta2/providers.md index e4b4cf357..cb9878089 100644 --- a/docs/spec/v1beta2/providers.md +++ b/docs/spec/v1beta2/providers.md @@ -1095,6 +1095,7 @@ stringData: `.spec.certSecretRef` is an optional field to specify a name reference to a Secret in the same namespace as the Provider, containing the TLS CA certificate. +The secret must be of type `kubernetes.io/tls` or `Opaque`. #### Example @@ -1124,8 +1125,8 @@ stringData: <--- CA Key ---> ``` -**Note:** Support for the `caFile` key have been -deprecated. If you have any Secrets using these keys, +**Warning:** Support for the `caFile` key has been +deprecated. If you have any Secrets using this key, the controller will log a deprecation warning. ### HTTP/S proxy