diff options
author | Shinya Maeda <shinya@gitlab.com> | 2017-11-03 20:26:38 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2017-11-03 20:26:38 +0900 |
commit | b6d0c9b2310d65144080de15d0c2e6dd87f177ed (patch) | |
tree | f5a5e8c855da9f6e128f186563a241cc8c6a4455 | |
parent | b78d8a748d3fd9a4922d35f380802852f3422e33 (diff) | |
download | gitlab-ce-b6d0c9b2310d65144080de15d0c2e6dd87f177ed.tar.gz |
Fix import_export failure
-rw-r--r-- | spec/lib/gitlab/import_export/all_models.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/spec/lib/gitlab/import_export/all_models.yml b/spec/lib/gitlab/import_export/all_models.yml index 986fd2502c7..96efdd0949b 100644 --- a/spec/lib/gitlab/import_export/all_models.yml +++ b/spec/lib/gitlab/import_export/all_models.yml @@ -148,11 +148,11 @@ deploy_keys: - deploy_keys_projects - projects cluster: +- cluster_projects - projects - user -clusters: -- projects -- user +- provider_gcp +- platform_kubernetes cluster_projects: - projects - clusters @@ -191,6 +191,7 @@ project: - tags - chat_services - cluster +- cluster_project - creator - group - namespace |