Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit a27f331

Browse files
authored
fix: Fix ROUTER_PASSWORD value (SeleniumHQ#1912)
1 parent 861383c commit a27f331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/selenium-grid/templates/hub-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
- name: ROUTER_USERNAME
6969
value: {{ .Values.basicAuth.username }}
7070
- name: ROUTER_PASSWORD
71-
value: {{ .Values.basicAuth.username }}
71+
value: {{ .Values.basicAuth.password }}
7272
{{- end }}
7373
{{- with .Values.hub.extraEnvironmentVariables }}
7474
{{- tpl (toYaml .) $ | nindent 12 }}

0 commit comments

Comments
 (0)