Commit 001de85e authored by Kamil Trzcinski's avatar Kamil Trzcinski

Return empty applications if not Kubernetes [ci skip]

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