Skip to content

Commit 7de91e5

Browse files
committed
Don't change default behaviour of sgTestConnection
1 parent ccf9453 commit 7de91e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/sourcegraph/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,8 @@ searcher:
10861086

10871087
sgTestConnection:
10881088
# Run a connection test after instance startup, for CI/CD testing
1089-
enabled: false
1089+
# Setting to true to not change default behaviour
1090+
enabled: true
10901091

10911092
storageClass:
10921093
# -- Enable creation of storageClass.

0 commit comments

Comments
 (0)