Skip to content

Commit 077862f

Browse files
author
wintersolutions
authored
Fix formatting in Chart table README.md (#1882)
Minimal formatting fix. The `autoscaling.deregisterLifecycle` Parameter wasn't properly enclosed with backticks.
1 parent d3f8d75 commit 077862f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/selenium-grid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This table contains the configuration parameters of the chart and their default
100100
| `autoscaling.enabled` | `false` | Same as above plus installation of KEDA |
101101
| `autoscaling.scalingType` | `job` | Which typ of KEDA scaling to use: job or deployment |
102102
| `autoscaling.scaledJobOptions` | See `values.yaml` | Options for KEDA ScaledJobs |
103-
| `autoscaling.deregisterLifecycle | See `values.yaml` | Lifecycle applied to pods of deployments controlled by KEDA. Makes the node deregister from selenium hub |
103+
| `autoscaling.deregisterLifecycle` | See `values.yaml` | Lifecycle applied to pods of deployments controlled by KEDA. Makes the node deregister from selenium hub |
104104
| `chromeNode.enabled` | `true` | Enable chrome nodes |
105105
| `chromeNode.deploymentEnabled` | `true` | Enable creation of Deployment for chrome nodes |
106106
| `chromeNode.replicas` | `1` | Number of chrome nodes |

0 commit comments

Comments
 (0)