Skip to content

Commit edd81a3

Browse files
committed
[ci] Update chart configuration table
[skip test]
1 parent d67f85e commit edd81a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

charts/selenium-grid/CONFIGURATION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
1818

1919
| Repository | Name | Version |
2020
|------------|------|---------|
21-
| https://cloudpirates-io.github.io/helm-charts | postgres | ^0.19.0 |
21+
| https://cloudpirates-io.github.io/helm-charts | postgresql(postgres) | ^0.19.0 |
2222
| https://cloudpirates-io.github.io/helm-charts | redis | ^0.30.0 |
2323
| https://jaegertracing.github.io/helm-charts | jaeger | ^4.0.0 |
2424
| https://kedacore.github.io/charts | keda | ^2.20.0 |
@@ -791,6 +791,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
791791
| kube-prometheus-stack | object | `{"cleanPrometheusOperatorObjectNames":true,"grafana":{"adminPassword":"admin","adminUser":"admin"},"nodeExporter":{"enabled":false},"prometheusOperator":{"admissionWebhooks":{"enabled":false,"patch":{"enabled":false}},"tls":{"enabled":false}}}` | Configuration for dependency chart kube-prometheus-stack |
792792
| jaeger | object | `{"jaeger":{"extraEnv":[{"name":"QUERY_BASE_PATH","value":"/jaeger"}]},"storage":{"type":"badger"}}` | Configuration for dependency chart jaeger |
793793
| postgresql.enabled | bool | `false` | Enable to install PostgreSQL along with Grid |
794+
| postgresql.persistence | object | `{"enabled":false}` | Enable persistence using Persistent Volume Claims |
794795
| postgresql.auth | object | `{"database":"selenium_sessions","password":"seluser","username":"seluser"}` | Authentication should be aligned with config in session map |
795796
| postgresql.initdb.scripts | object | `{"init.sql":"CREATE TABLE IF NOT EXISTS sessions_map(\n session_ids varchar(256),\n session_caps text,\n session_uri varchar(256),\n session_stereotype text,\n session_start varchar(256)\n);\n"}` | Initdb scripts for PostgreSQL to create sessions_map table |
796797
| redis.enabled | bool | `false` | Enable to install Redis along with Grid |

0 commit comments

Comments
 (0)