diff options
author | Shinya Maeda <shinya@gitlab.com> | 2017-11-23 19:01:23 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2017-11-23 19:01:23 +0900 |
commit | 158c7e5830741d1d706496ff2f51eb20c32342e6 (patch) | |
tree | 03a0cf2ab3a56647bd1231cefcd0a6df74f7ae84 | |
parent | 81576b8697d5e33ee670ecc8a475e745adcd72f0 (diff) | |
download | gitlab-ce-158c7e5830741d1d706496ff2f51eb20c32342e6.tar.gz |
Remove cluster_id from 20171013104327_migrate_gcp_clusters_to_new_clusters_architecturesfix/sm/40478-gcp_clusters_migration_culprit
-rw-r--r-- | db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb b/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb index 4758c694563..28cd0f70cc2 100644 --- a/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb +++ b/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb @@ -74,7 +74,6 @@ class MigrateGcpClustersToNewClustersArchitectures < ActiveRecord::Migration encrypted_access_token_iv: gcp_cluster.encrypted_gcp_token_iv }, platform_kubernetes_attributes: { - cluster_id: gcp_cluster.id, api_url: api_url(gcp_cluster.endpoint), ca_cert: gcp_cluster.ca_cert, namespace: gcp_cluster.project_namespace, |