BigW Consortium Gitlab

Commit 001de85e by Kamil Trzcinski

Return empty applications if not Kubernetes [ci skip]

parent fe0292cf
......@@ -58,6 +58,8 @@ module Clusters
end
def applications
return [] unless kubernetes?
[
application_helm || build_application_helm
]
......
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