Skip to content

Commit

Permalink
Merge pull request #1443 from jsoref/add-missing-period
Browse files Browse the repository at this point in the history
Add missing period
  • Loading branch information
jetstack-bot committed Mar 12, 2024
2 parents 6414591 + dc2883a commit 4fcdff5
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 4fcdff5

Please sign in to comment.