File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
charts/selenium-grid/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -345,11 +345,11 @@ template:
345
345
value: { { and (eq (include " seleniumGrid.useKEDA" $) " true" ) (eq .Values.autoscaling.scalingType " job" ) | ternary $nodeMaxSessions 0 | quote } }
346
346
{ {- if and (eq (include " seleniumGrid.useKEDA" $) " true" ) } }
347
347
- name: SE_NODE_BROWSER_VERSION
348
- value: { { default " " .node.hpa.browserVersion | quote } }
348
+ value: { { if hasKey .node.hpa " browserVersion " } } { { .node.hpa.browserVersion | quote } } { { else } }"" { { end } }
349
349
{ {- end } }
350
350
{ {- if and (eq (include " seleniumGrid.useKEDA" $) " true" ) } }
351
351
- name: SE_NODE_PLATFORM_NAME
352
- value: { { default " " .node.hpa.platformName | quote } }
352
+ value: { { if hasKey .node.hpa " platformName " } } { { .node.hpa.platformName | quote } } { { else } }"" { { end } }
353
353
{ {- end } }
354
354
- name: SE_NODE_CONTAINER_NAME
355
355
valueFrom:
You can’t perform that action at this time.
0 commit comments