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 063a939 commit d68c44cCopy full SHA for d68c44c
configuration/configuration.go
@@ -287,7 +287,7 @@ func (c *Configuration) Save() error {
287
cfg := c.storage.Get()
288
cfg.ServiceDiscovery = nil
289
}
290
- if cfg.Mode.Load() != "cluster" {
+ if cfg.Mode.Load() != "cluster" && cfg.Cluster.BootstrapKey.Load() == "" {
291
storage := cfg.storage.Get()
292
storage.Cluster = nil
293
0 commit comments