Skip to content

Commit 3752442

Browse files
committed
enable snapshots in EC
1 parent d5d7908 commit 3752442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/handlers/app.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ func responseAppFromApp(a *apptypes.App) (*types.ResponseApp, error) {
289289
return nil, errors.Wrap(err, "failed to check if snapshots is allowed")
290290
}
291291
allowSnapshots := s && license.Spec.IsSnapshotSupported
292-
allowSnapshots = allowSnapshots && !util.IsEmbeddedCluster() // snapshots are not allowed in embedded cluster installations today
293292

294293
isGitopsSupported := license.Spec.IsGitOpsSupported && !util.IsEmbeddedCluster() // gitops is not allowed in embedded cluster installations today
295294

0 commit comments

Comments
 (0)