From 037955b3b0fe787b66cf80012d5ef02087207593 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:49:03 -0400 Subject: [PATCH] Add missing period --- content/docs/devops-tips/syncing-secrets-across-namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/devops-tips/syncing-secrets-across-namespaces.md b/content/docs/devops-tips/syncing-secrets-across-namespaces.md index c623e2e3c5..6db7ed85d0 100644 --- a/content/docs/devops-tips/syncing-secrets-across-namespaces.md +++ b/content/docs/devops-tips/syncing-secrets-across-namespaces.md @@ -42,7 +42,7 @@ for annotating the generated secret with the extension specific annotation (See ### Using `reflector` The example below shows syncing a certificate's secret from the `cert-manager` namespace to multiple namespaces (i.e. `dev`, `staging`, `prod`). Reflector will ensure that any namespace (existing or new) matching the allowed condition (with regex support) will get a copy of the certificate's secret and will keep it up to date. - You can also sync other secrets (different name) using `reflector` (consult the extension's [README](https://github.com/emberstack/kubernetes-reflector/blob/main/README.md)) + You can also sync other secrets (different name) using `reflector` (consult the extension's [README](https://github.com/emberstack/kubernetes-reflector/blob/main/README.md)). ```yaml ---