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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -719,7 +719,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
719
719
| videoManager.config.username | string |`""`| Username for the first user when using quick config (default "admin") |
720
720
| videoManager.config.password | string |`""`| Hashed password (bcrypt) for the first user when using quick config (default "admin") |
721
721
| videoManager.config.noauth | bool |`true`| Use the noauth auther when using quick setup |
722
-
| videoManager.extraEnvironmentVariables | list |`[]`| Specify extra environment variables for Router |
722
+
| videoManager.extraEnvironmentVariables | list |`[]`| Specify extra environment variables for Router. You can pass any environment variables support by https://filebrowser.org/changelog.html|
723
723
| videoManager.extraEnvFrom | list |`[]`| Specify extra environment variables from ConfigMap and Secret for Router |
724
724
| videoManager.affinity | object |`{}`| Specify affinity for router pods, this overwrites global.seleniumGrid.affinity parameter |
725
725
| videoManager.topologySpreadConstraints | list |`[]`| Specify topologySpreadConstraints for router pods, this overwrites global.seleniumGrid.topologySpreadConstraints parameter |
0 commit comments