Skip to content

Commit

Permalink
Fix formatting in Chart table README.md (#1882)
Browse files Browse the repository at this point in the history
Minimal formatting fix.

The `autoscaling.deregisterLifecycle` Parameter wasn't properly enclosed with backticks.
  • Loading branch information
wintersolutions authored Jun 29, 2023
1 parent d3f8d75 commit 077862f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/selenium-grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 077862f

Please sign in to comment.