From d01b1d6852a95534d43b0ee6fdbc5af30c578126 Mon Sep 17 00:00:00 2001 From: Muhammad Safwan Karim <66724151+msafwankarim@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:46:09 +0500 Subject: [PATCH] Add demo section to README for Reloader Added a demo section with an image to showcase Reloader. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae0a00ac3..f5ab93878 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ In a traditional Kubernetes setup, updating a `Secret` or `ConfigMap` does not a Reloader bridges that gap by ensuring your workloads stay in sync with configuration changes — automatically and safely. +## 🎥 Reloader in Action + +![demo](https://github.com/user-attachments/assets/ad9e59c7-39cf-45d7-89d6-4c22034104dd) + ## 🚀 Why Reloader? - ✅ **Zero manual restarts**: No need to manually rollout workloads after config/secret changes.