Commit 26a585c9 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Create GCP cluster

parent d03b205b
...@@ -48,7 +48,7 @@ class Projects::Clusters::GcpController < Projects::ApplicationController ...@@ -48,7 +48,7 @@ class Projects::Clusters::GcpController < Projects::ApplicationController
:num_nodes, :num_nodes,
:machine_type :machine_type
]).merge( ]).merge(
provider_type: :user, provider_type: :gcp,
platform_type: :kubernetes, platform_type: :kubernetes,
) )
end end
......
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