From 1e79b86f72b48a751c8d4e5e9f9abea904f9deef Mon Sep 17 00:00:00 2001 From: faizanahmad055 Date: Sun, 20 Feb 2022 00:00:04 +0100 Subject: [PATCH] Update readme Signed-off-by: faizanahmad055 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9704e96..49925555 100644 --- a/README.md +++ b/README.md @@ -240,9 +240,10 @@ You can enable to scrape Reloader's Prometheus metrics by setting `serviceMonito **Note:** Reloading of OpenShift (DeploymentConfig) and/or Argo Rollouts has to be enabled explicitly because it might not be always possible to use it on a cluster with restricted permissions. This can be done by changing the following parameters: | Parameter | Description | Type | -| ---------------- | ---------------------------------------------------------------------------- | ------- | +| ---------------- |------------------------------------------------------------------------------| ------- | | isOpenshift | Enable OpenShift DeploymentConfigs. Valid value are either `true` or `false` | boolean | | isArgoRollouts | Enable Argo Rollouts. Valid value are either `true` or `false` | boolean | +| reloadOnCreate | Enable reload on create events. Valid value are either `true` or `false` | boolean | ## Help