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 d5d7908 commit 3752442Copy full SHA for 3752442
pkg/handlers/app.go
@@ -289,7 +289,6 @@ func responseAppFromApp(a *apptypes.App) (*types.ResponseApp, error) {
289
return nil, errors.Wrap(err, "failed to check if snapshots is allowed")
290
}
291
allowSnapshots := s && license.Spec.IsSnapshotSupported
292
- allowSnapshots = allowSnapshots && !util.IsEmbeddedCluster() // snapshots are not allowed in embedded cluster installations today
293
294
isGitopsSupported := license.Spec.IsGitOpsSupported && !util.IsEmbeddedCluster() // gitops is not allowed in embedded cluster installations today
295
0 commit comments