From 62d3e043c86709c7336419343117fedb86689c6b Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 28 Jul 2025 13:16:11 +0200 Subject: [PATCH] docs: fix small formatting problem in usage.adoc --- docs/modules/secret-operator/pages/usage.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/secret-operator/pages/usage.adoc b/docs/modules/secret-operator/pages/usage.adoc index d076bf3c..fbf77bfd 100644 --- a/docs/modules/secret-operator/pages/usage.adoc +++ b/docs/modules/secret-operator/pages/usage.adoc @@ -12,7 +12,7 @@ include::example$usage-pod.yaml[] ---- xref:secretclass.adoc[] defines where the secrets come from. -For example, the following SecretClass issues TLS certificates, storing its CA certificate in the Kubernetes Secret object named secret-provisioner-tls-ca`: +For example, the following SecretClass issues TLS certificates, storing its CA certificate in the Kubernetes Secret object named `secret-provisioner-tls-ca`: [source,yaml] ----