Skip to content

Commit 13f7f48

Browse files
authored
Don't change default behaviour of sgTestConnection
1 parent 158c2ba commit 13f7f48

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
@@ -1078,7 +1078,8 @@ searcher:
10781078

10791079
sgTestConnection:
10801080
# Run a connection test after instance startup, for CI/CD testing
1081-
enabled: false
1081+
# Setting to true to not change default behaviour
1082+
enabled: true
10821083

10831084
storageClass:
10841085
# -- Enable creation of storageClass.

0 commit comments

Comments
 (0)