The `gitlab_subscription` is generated on all non-gitlab-com installs
Currently when accessing Namespace#actual_plan the code lazily creates a new gitlab subscription.
I believe that this is side effect, and rather we expect the gitlab_subscription to be only gitlab.com thing.
Should we not generate gitlab_subscription if non-gitlab-com installation?