diff --git a/bundle/config/mutator/apply_presets.go b/bundle/config/mutator/apply_presets.go index 0bc712a7..38170375 100644 --- a/bundle/config/mutator/apply_presets.go +++ b/bundle/config/mutator/apply_presets.go @@ -241,8 +241,6 @@ func (m *applyPresets) Apply(ctx context.Context, b *bundle.Bundle) diag.Diagnos disabled := false b.Config.Presets.SourceLinkedDeployment = &disabled } - enabled := true - b.Config.Presets.SourceLinkedDeployment = &enabled } return diags