diff --git a/pkg/handlers/license.go b/pkg/handlers/license.go index 8a1fb3569e..1e9befa81a 100644 --- a/pkg/handlers/license.go +++ b/pkg/handlers/license.go @@ -414,7 +414,7 @@ func (h *Handler) UploadNewLicense(w http.ResponseWriter, r *http.Request) { return } - if !verifiedLicense.Spec.IsAirgapSupported { + if !verifiedLicense.Spec.IsAirgapSupported || util.IsEmbeddedCluster() { // complete the install online createAppOpts := online.CreateOnlineAppOpts{ PendingApp: &installationtypes.PendingApp{