From fa13e18d6cf17fd5c463fc7da6e52f6230ed2d0c Mon Sep 17 00:00:00 2001 From: Christian Kruse Date: Wed, 8 Jul 2026 11:02:02 -0700 Subject: [PATCH] Clarify semantics of AttachedConnector spec.tlsCredentials Signed-off-by: Christian Kruse --- config/crd/bases/skupper_attached_connector_crd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/crd/bases/skupper_attached_connector_crd.yaml b/config/crd/bases/skupper_attached_connector_crd.yaml index 8d8d0a6af..c7b2f93b0 100644 --- a/config/crd/bases/skupper_attached_connector_crd.yaml +++ b/config/crd/bases/skupper_attached_connector_crd.yaml @@ -34,7 +34,7 @@ spec: tlsCredentials: description: |- Advanced. The name of a bundle of TLS certificates used for secure router-to-server communication. The bundle contains the trusted server certificate (usually a CA). It optionally includes a client certificate and key for mutual TLS. - On Kubernetes, the value is the name of a Secret in the current namespace. On Docker, Podman, and Linux, the value is the name of a directory under input/certs/ in the current namespace. + The value is the name of a Secret in the Site namespace (spec.siteNamespace). type: string useClientCert: type: boolean