File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,9 +213,9 @@ func StartBackingStore(ctx context.Context, vConfig *config.VirtualClusterConfig
213
213
etcdCertificates * etcd.Certificates
214
214
)
215
215
if vConfig .EmbeddedDatabase () {
216
- dataSource := vConfig .ControlPlane .BackingStore .Database .External .DataSource
216
+ dataSource := vConfig .ControlPlane .BackingStore .Database .Embedded .DataSource
217
217
if dataSource == "" {
218
- dataSource = fmt .Sprintf ("sqlite://%s?_journal=WAL&cache=shared&_busy_timeout=30000" , constants .K8sSqliteDatabase )
218
+ dataSource = fmt .Sprintf ("sqlite://%s?_journal=WAL&cache=shared&_busy_timeout=30000&_txlock=immediate " , constants .K8sSqliteDatabase )
219
219
}
220
220
221
221
StartKine (ctx , dataSource , constants .K8sKineEndpoint , & etcd.Certificates {
You can’t perform that action at this time.
0 commit comments