From 5ede567d718bcf69a204dee83155399a401cb465 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Fri, 2 Nov 2018 15:46:15 +0000 Subject: Incorporates Kubernetes Namespace into Cluster's flow --- app/workers/cluster_provision_worker.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/workers/cluster_provision_worker.rb') diff --git a/app/workers/cluster_provision_worker.rb b/app/workers/cluster_provision_worker.rb index 59de7903c1c..3d5894b73ec 100644 --- a/app/workers/cluster_provision_worker.rb +++ b/app/workers/cluster_provision_worker.rb @@ -9,6 +9,8 @@ class ClusterProvisionWorker cluster.provider.try do |provider| Clusters::Gcp::ProvisionService.new.execute(provider) if cluster.gcp? end + + ClusterPlatformConfigureWorker.perform_async(cluster.id) if cluster.user? end end end -- cgit v1.2.1