From 077862f91a925a246d13027f482a0be69e51de10 Mon Sep 17 00:00:00 2001 From: wintersolutions Date: Thu, 29 Jun 2023 22:18:57 +0200 Subject: [PATCH] Fix formatting in Chart table README.md (#1882) Minimal formatting fix. The `autoscaling.deregisterLifecycle` Parameter wasn't properly enclosed with backticks. --- charts/selenium-grid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/selenium-grid/README.md b/charts/selenium-grid/README.md index 528401e6e..e81dbe6bd 100644 --- a/charts/selenium-grid/README.md +++ b/charts/selenium-grid/README.md @@ -100,7 +100,7 @@ This table contains the configuration parameters of the chart and their default | `autoscaling.enabled` | `false` | Same as above plus installation of KEDA | | `autoscaling.scalingType` | `job` | Which typ of KEDA scaling to use: job or deployment | | `autoscaling.scaledJobOptions` | See `values.yaml` | Options for KEDA ScaledJobs | -| `autoscaling.deregisterLifecycle | See `values.yaml` | Lifecycle applied to pods of deployments controlled by KEDA. Makes the node deregister from selenium hub | +| `autoscaling.deregisterLifecycle` | See `values.yaml` | Lifecycle applied to pods of deployments controlled by KEDA. Makes the node deregister from selenium hub | | `chromeNode.enabled` | `true` | Enable chrome nodes | | `chromeNode.deploymentEnabled` | `true` | Enable creation of Deployment for chrome nodes | | `chromeNode.replicas` | `1` | Number of chrome nodes |