Commit eba27fe0 authored by Shinya Maeda's avatar Shinya Maeda

Fix statis analysys

parent b737282a
...@@ -71,7 +71,7 @@ class MigrateGcpClustersToNewClustersArchitectures < ActiveRecord::Migration ...@@ -71,7 +71,7 @@ class MigrateGcpClustersToNewClustersArchitectures < ActiveRecord::Migration
operation_id: gcp_cluster.gcp_operation_id, operation_id: gcp_cluster.gcp_operation_id,
endpoint: gcp_cluster.endpoint, endpoint: gcp_cluster.endpoint,
encrypted_access_token: gcp_cluster.encrypted_gcp_token, encrypted_access_token: gcp_cluster.encrypted_gcp_token,
encrypted_access_token_iv: gcp_cluster.encrypted_gcp_token_iv, encrypted_access_token_iv: gcp_cluster.encrypted_gcp_token_iv
}, },
platform_kubernetes_attributes: { platform_kubernetes_attributes: {
cluster_id: gcp_cluster.id, cluster_id: gcp_cluster.id,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment