You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/selenium-grid/CONFIGURATION.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
110
110
| ingress.paths | list |`[]`| List of paths for the ingress resource. This will override the default path |
111
111
| ingress.tls | list |`[]`| TLS backend configuration for ingress resource |
112
112
| busConfigMap.nameOverride | string |`nil`| Override the name of the bus configMap |
113
+
| busConfigMap.data | object |`{}`| Override or add extra data to the ConfigMap. The property that appears last within the ConfigMap overwrites any preceding values |
113
114
| busConfigMap.annotations | object |`{}`| Custom annotations for configmap |
114
115
| sessionMapConfigMap.nameOverride | string |`nil`| Override the name of the session map configMap |
115
116
| sessionMapConfigMap.annotations | object |`{}`| Custom annotations for configmap |
@@ -129,6 +130,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
129
130
| routerConfigMap.scriptVolumeMountName | string |`nil`| Name of volume mount is used to mount scripts in the ConfigMap |
130
131
| routerConfigMap.annotations | object |`{}`| Custom annotations for configmap |
131
132
| nodeConfigMap.nameOverride | string |`nil`| Override the name of the node configMap |
133
+
| nodeConfigMap.data | object |`{}`| Override or add extra data to the ConfigMap. The property that appears last within the ConfigMap overwrites any preceding values |
132
134
| nodeConfigMap.defaultMode | int |`493`| Default mode for ConfigMap is mounted as file |
133
135
| nodeConfigMap.extraScriptsImportFrom | string |`"configs/node/**"`| Directory where the extra scripts are imported to ConfigMap by default (if given a relative path, it should be in chart's directory) |
134
136
| nodeConfigMap.extraScriptsDirectory | string |`"/opt/bin"`| Directory where the extra scripts are mounted to |
0 commit comments