From 7829e53552ba4df2566cb2d73eae702796d49cc5 Mon Sep 17 00:00:00 2001 From: Diogo de Campos Date: Wed, 15 Oct 2025 11:47:48 +0200 Subject: [PATCH] Fix swapped secret descriptions --- src/current/v25.3/secure-cockroachdb-kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/current/v25.3/secure-cockroachdb-kubernetes.md b/src/current/v25.3/secure-cockroachdb-kubernetes.md index fc14a375b08..24c670b0e76 100644 --- a/src/current/v25.3/secure-cockroachdb-kubernetes.md +++ b/src/current/v25.3/secure-cockroachdb-kubernetes.md @@ -50,8 +50,8 @@ spec: Replace: -- `{node_secret_name}`: the name of the Kubernetes secret that contains the generated client certificate and key. -- `{client_secret_name}`: the name of the Kubernetes secret that contains the generated node certificate and key. +- `{node_secret_name}`: the name of the Kubernetes secret that contains the generated node certificate and key. +- `{client_secret_name}`: the name of the Kubernetes secret that contains the generated client certificate and key. {{site.data.alerts.callout_info}} Currently, the {{ site.data.products.public-operator }} requires that the client and node secrets each contain the filenames `tls.crt` and `tls.key`.