diff --git a/charts/port-k8s-exporter/README.md b/charts/port-k8s-exporter/README.md index 2e53705..d2db594 100644 --- a/charts/port-k8s-exporter/README.md +++ b/charts/port-k8s-exporter/README.md @@ -54,7 +54,7 @@ The following table lists the configuration parameters of the `port-k8s-exporter | `createMissingRelatedEntities` | Deprecated. Will be used only for installation, configure this from the ui / migration from older versions. A flag to enable creation of missing related Port Entities. | `false` | | `verbosity` | A number for the log level verbosity. Set to `-1` to print less info logs. | `0` | | `createDefaultResources` | If `true`, upon installing the exporter will try to initiate default blueprints & app configuration | `true` | -| `overwriteConfigurationOnRestart` | If `true`, upon restarting the exporter will overwrite the configuration in port with the resources provided in `configMap.config` | `false` | +| `overwriteConfigurationOnRestart` | If `true`, the exporter will overwrite the configuration in Port with the resources provided in `configMap.config` during restart | `false` | | `eventListener.type` | Event listener type. currently supporting `KAFKA` & `POLLING` | `KAFKA` | | `eventListener.brokers` | Kafka event listener brokers list | Port EU kafka brokers | | `eventListener.securityProtocol` | Kafka event listener security protocol | `SASL_SSL` |