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