From 695c5b05d27ed4795728c58addfee11d0f17ff50 Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Fri, 10 Aug 2018 07:53:38 +0200 Subject: [PATCH] create a feature docs for seo purposes (#22) this doc will/might help users to find this git repo and use it --- docs/features.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/features.md diff --git a/docs/features.md b/docs/features.md new file mode 100644 index 000000000..52f1dba9d --- /dev/null +++ b/docs/features.md @@ -0,0 +1,7 @@ +# Features + +These are the key features of Reloader: + +1. Restart pod in a depoloyment on change in linked/related configmap's or secret's +2. Restart pod in a daemonset on change in linked/related configmap's or secret's +3. Restart pod in a statefulset on change in linked/related configmap's or secret's