提交 a6cafbcb 编写于 作者: K Kamil Trzciński

Merge branch 'fix/sm/40478-gcp_clusters_migration_culprit' into 'master'

Remove cluster_id from 20171013104327_migrate_gcp_clusters_to_new_clusters_architectures

See merge request gitlab-org/gitlab-ce!15566
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册