Commit 895b6e5d authored by Kamil Trzcinski's avatar Kamil Trzcinski

Add active? to Platforms::Kubernetes

parent f3a3566e
......@@ -74,6 +74,10 @@ module Clusters
)
end
def active?
manages_kubernetes_service?
end
private
def enforce_namespace_to_lower_case
......
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