We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1e193 commit c0e99e5Copy full SHA for c0e99e5
pkg/server/server.go
@@ -275,7 +275,7 @@ func (s *Server) createInitialDatastores(ctx context.Context) {
275
276
for _, dsCfg := range s.config.Datastores {
277
log.Debugf("creating datastore %s", dsCfg.Name)
278
- dsCfg.Validation = s.config.Validation
+ dsCfg.Validation = s.config.Validation.DeepCopy()
279
go func(dsCfg *config.DatastoreConfig) {
280
defer wg.Done()
281
// TODO: handle error
0 commit comments