From 5535d48b5d59db3264dfd1ffdf9a5c281d7891ea Mon Sep 17 00:00:00 2001 From: William Lacerda Date: Mon, 4 Sep 2023 16:12:14 +0200 Subject: [PATCH] Fix doc --- charts/selenium-grid/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/selenium-grid/README.md b/charts/selenium-grid/README.md index 4cbd03fb9..542ce8e49 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 |