Commit f7dbafbf authored by Thong Kuah's avatar Thong Kuah Committed by Kamil Trzciński

Group clusters will have no actual_namespace

Remove the requirement to have actual_namespace before using kubeclient.
parent 252d6d4c
......@@ -152,7 +152,7 @@ module Clusters
end
def build_kube_client!
raise "Incomplete settings" unless api_url && actual_namespace
raise "Incomplete settings" unless api_url
unless (username && password) || token
raise "Either username/password or token is required to access API"
......
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