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
@@ -407,7 +407,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
407
407
| chromeNode.hpa.browserName | string |`"chrome"`| browserName from the capability |
408
408
| chromeNode.hpa.sessionBrowserName | string |`"chrome"`| sessionBrowserName if the browserName is different from the sessionBrowserName |
409
409
| chromeNode.hpa.browserVersion | string |`""`| browserVersion from the capability |
410
-
| chromeNode.hpa.platformName | string |`"linux"`| platformName from the capability |
410
+
| chromeNode.hpa.platformName | string |`"Linux"`| platformName from the capability |
411
411
| chromeNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
412
412
| chromeNode.initContainers | list |`[]`| It is used to add initContainers in the same pod of the browser node. It should be set using the --set-json option |
413
413
| chromeNode.sidecars | list |`[]`| It is used to add sidecars proxy in the same pod of the browser node. It means it will add a new container to the deployment itself. It should be set using the --set-json option |
@@ -459,7 +459,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
459
459
| firefoxNode.hpa.browserName | string |`"firefox"`| browserName from the capability |
460
460
| firefoxNode.hpa.sessionBrowserName | string |`"firefox"`| sessionBrowserName if the browserName is different from the sessionBrowserName |
461
461
| firefoxNode.hpa.browserVersion | string |`""`| browserVersion from the capability |
462
-
| firefoxNode.hpa.platformName | string |`"linux"`| platformName from the capability |
462
+
| firefoxNode.hpa.platformName | string |`"Linux"`| platformName from the capability |
463
463
| firefoxNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
464
464
| firefoxNode.initContainers | list |`[]`| It is used to add initContainers in the same pod of the browser node. It should be set using the --set-json option |
465
465
| firefoxNode.sidecars | list |`[]`| It is used to add sidecars proxy in the same pod of the browser node. It means it will add a new container to the deployment itself. It should be set using the --set-json option |
@@ -511,7 +511,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
511
511
| edgeNode.hpa.browserName | string |`"MicrosoftEdge"`| browserName from the capability |
512
512
| edgeNode.hpa.sessionBrowserName | string |`"msedge"`| sessionBrowserName if the browserName is different from the sessionBrowserName |
513
513
| edgeNode.hpa.browserVersion | string |`""`| browserVersion from the capability |
514
-
| edgeNode.hpa.platformName | string |`"linux"`| platformName from the capability |
514
+
| edgeNode.hpa.platformName | string |`"Linux"`| platformName from the capability |
515
515
| edgeNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
516
516
| edgeNode.initContainers | list |`[]`| It is used to add initContainers in the same pod of the browser node. It should be set using the --set-json option |
517
517
| edgeNode.sidecars | list |`[]`| It is used to add sidecars proxy in the same pod of the browser node. It means it will add a new container to the deployment itself. It should be set using the --set-json option |
@@ -595,7 +595,6 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
595
595
| videoRecorder.extraVolumes | list |`[]`| Extra volumes for video recorder pod |
596
596
| videoRecorder.s3 | object |`{"args":[],"command":[],"extraEnvironmentVariables":null,"imageName":"aws-cli","imagePullPolicy":"IfNotPresent","imageRegistry":"bitnami","imageTag":"latest","securityContext":{"runAsUser":0}}`| Container spec for the uploader if above it is defined as "uploader.name: s3" |
0 commit comments