Skip to content

Commit

Permalink
Add missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 12, 2024
1 parent 6414591 commit 037955b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
---
Expand Down

0 comments on commit 037955b

Please sign in to comment.