Remove cluster_id from 20171013104327_migrate_gcp_clusters_to_new_clusters_architectures

This commit is contained in:
Shinya Maeda 2017-11-23 19:01:23 +09:00
parent 1d8ab59ebf
commit fd83bb0338
1 changed files with 0 additions and 1 deletions

View File

@ -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,