diff --git a/charts/synthetics-job-manager/README.md b/charts/synthetics-job-manager/README.md index d09f9365e..a92bae63f 100644 --- a/charts/synthetics-job-manager/README.md +++ b/charts/synthetics-job-manager/README.md @@ -15,7 +15,7 @@ This chart will deploy the New Relic Synthetics Containerized Private Job Manage | `global.hostnameOverride` | Overrides the default hostname used for the synthetics-job-manager Service. | `synthetics-job-manager` | | `global.checkTimeout` | The maximum number of seconds that your monitor checks are allowed to run. This value must be an integer between `0 seconds (exclusive)` and `900 seconds (inclusive)` (for example, from 1 second to 15 minutes). | `180` seconds for browser monitors, script_browser monitors, and script_api monitors. | | `global.ping-runtime.hostnameOverride` | Overrides the default hostname used for the ping-runtime Service. | `ping` | -| `replicaCount` | Number of synthetics-job-manager replicas to maintain | `1` | +| `replicaCount` | *(Not yet configurable)* Number of synthetics-job-manager replicas to maintain | `1` | | `imagePullSecrets` | The name of a Secret object used to pull an image from a specified container registry | | | `nameOverride` | The nameOverride replaces the name of the chart in the Chart.yaml file. | | | `fullnameOverride` | Name override used for your installation in place of the default | | @@ -53,7 +53,7 @@ This chart will deploy the New Relic Synthetics Containerized Private Job Manage | Parameter | Description | Default | |---------------------------------------------|------------------------------------------------------------------------------------------------------|------------------------------------| -| `ping-runtime.replicaCount` | Number of ping-runtime replicas to maintain | `1` | +| `ping-runtime.replicaCount` | *(Not yet configurable)* Number of ping-runtime replicas to maintain | `1` | | `ping-runtime.imagePullSecrets` | The name of a Secret object used to pull an image from a specified container registry | | | `ping-runtime.nameOverride` | The nameOverride replaces the name of the chart in the Chart.yaml file. | | | `ping-runtime.fullnameOverride` | Name override used for your installation in place of the default | |