Skip to content

Commit acaf223

Browse files
authored
Fix JDBC URL for PostgreSQL in values.yaml
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent edd81a3 commit acaf223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/selenium-grid/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ components:
789789
implementation: "org.openqa.selenium.grid.sessionmap.jdbc.JdbcBackedSessionMap"
790790
jdbcUser: "seluser"
791791
jdbcPassword: "seluser"
792-
jdbcUrl: "jdbc:postgresql://{{ $.Release.Name }}-postgres:5432/selenium_sessions"
792+
jdbcUrl: "jdbc:postgresql://{{ $.Release.Name }}-postgresql:5432/selenium_sessions"
793793
# -- Configure Redis backed Session Map (https://www.selenium.dev/documentation/grid/advanced_features/external_datastore/#redis-backed-session-map)
794794
redis:
795795
scheme: "redis"

0 commit comments

Comments
 (0)