summaryrefslogtreecommitdiff
path: root/db/migrate/20190712040400_add_environment_id_to_clusters_kubernetes_namespaces.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Use separate Kubernetes namespaces per environmentTiger Watson2019-08-071-0/+10
Kubernetes deployments on new clusters will now have a separate namespace per project environment, instead of sharing a single namespace for the project. Behaviour of existing clusters is unchanged. All new functionality is controlled by the :kubernetes_namespace_per_environment feature flag, which is safe to enable/disable at any time.