diff --git a/charts/selenium-grid/README.md b/charts/selenium-grid/README.md index 844698609a..87f6d5304a 100644 --- a/charts/selenium-grid/README.md +++ b/charts/selenium-grid/README.md @@ -176,8 +176,8 @@ This table contains the configuration parameters of the chart and their default | `firefoxNode.hpa.browserName` | `firefox` | BrowserName from the capability | | `firefoxNode.hpa.browserVersion` | `` | BrowserVersion from the capability | | `firefoxNode.maxReplicaCount` | `8` | Max number of replicas that this browsernode can auto scale up to | -| `chromeNode.minReplicaCount` | `1` | Min number of replicas that this browsernode has when jobs are running | -| `chromeNode.idleReplicaCount` | `1` | Number of replicas that this browsernode has when no jobs are running | +| `firefoxNode.minReplicaCount` | `1` | Min number of replicas that this browsernode has when jobs are running | +| `firefoxNode.idleReplicaCount` | `1` | Number of replicas that this browsernode has when no jobs are running | | `edgeNode.enabled` | `true` | Enable edge nodes | | `edgeNode.deploymentEnabled` | `true` | Enable creation of Deployment for edge nodes | | `edgeNode.replicas` | `1` | Number of edge nodes | @@ -213,8 +213,8 @@ This table contains the configuration parameters of the chart and their default | `edgeNode.hpa.browserName` | `edge` | BrowserName from the capability | | `edgeNode.hpa.browserVersion` | `` | BrowserVersion from the capability | | `edgeNode.maxReplicaCount` | `8` | Max number of replicas that this browsernode can auto scale up to | -| `chromeNode.minReplicaCount` | `1` | Min number of replicas that this browsernode has when jobs are running | -| `chromeNode.idleReplicaCount` | `1` | Number of replicas that this browsernode has when no jobs are running | +| `edgeNode.minReplicaCount` | `1` | Min number of replicas that this browsernode has when jobs are running | +| `edgeNode.idleReplicaCount` | `1` | Number of replicas that this browsernode has when no jobs are running | | `customLabels` | `{}` | Custom labels for k8s resources | | `customLabels` | `{}` | Custom labels for k8s resources |