Skip to content

Commit 2312be3

Browse files
authored
Merge pull request #913 from stakater/rm3
add certificate as source
2 parents 96dc40c + 2c82d65 commit 2312be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Reloader bridges that gap by ensuring your workloads stay in sync with configura
3232
flowchart LR
3333
ExternalSecret -->|Creates| Secret
3434
SealedSecret -->|Creates| Secret
35+
Certificate -->|Creates| Secret
3536
Secret -->|Watched by| Reloader
3637
ConfigMap -->|Watched by| Reloader
3738
@@ -44,7 +45,7 @@ flowchart LR
4445
Reloader -->|Sends Notification| Slack,Teams,Webhook
4546
```
4647

47-
- Sources like `ExternalSecret` or `SealedSecret` create or manage your Kubernetes Secrets.
48+
- Sources like `ExternalSecret`, `SealedSecret`, or `Certificate` from `cert-manager` can create or manage Kubernetes `Secrets` — but they can also be created manually or delivered through GitOps workflows.
4849
- `Secrets` and `ConfigMaps` are watched by Reloader.
4950
- When changes are detected, Reloader automatically triggers a rollout of the associated workloads, ensuring your app always runs with the latest configuration.
5051

0 commit comments

Comments
 (0)