Skip to content

Commit

Permalink
fix: Fix ROUTER_PASSWORD value (#1912)
Browse files Browse the repository at this point in the history
  • Loading branch information
SurelyMario authored Aug 9, 2023
1 parent 861383c commit a27f331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/selenium-grid/templates/hub-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- name: ROUTER_USERNAME
value: {{ .Values.basicAuth.username }}
- name: ROUTER_PASSWORD
value: {{ .Values.basicAuth.username }}
value: {{ .Values.basicAuth.password }}
{{- end }}
{{- with .Values.hub.extraEnvironmentVariables }}
{{- tpl (toYaml .) $ | nindent 12 }}
Expand Down

0 comments on commit a27f331

Please sign in to comment.