diff --git a/lib/go/common/pkg/feature/const_se.go b/lib/go/common/pkg/feature/const_se.go index d7326f2..fdb3046 100644 --- a/lib/go/common/pkg/feature/const_se.go +++ b/lib/go/common/pkg/feature/const_se.go @@ -9,4 +9,4 @@ See https://github.com/deckhouse/deckhouse/blob/main/ee/LICENSE package feature const snapshotsEnabled = true -const volumeCleanupEnabled = true +const volumeCleanupEnabled = false diff --git a/lib/go/common/pkg/feature/const_seplus.go b/lib/go/common/pkg/feature/const_seplus.go index fee45d6..61f6352 100644 --- a/lib/go/common/pkg/feature/const_seplus.go +++ b/lib/go/common/pkg/feature/const_seplus.go @@ -9,4 +9,4 @@ See https://github.com/deckhouse/deckhouse/blob/main/ee/LICENSE package feature const snapshotsEnabled = true -const volumeCleanupEnabled = true +const volumeCleanupEnabled = false