Return empty applications if not Kubernetes [ci skip]

This commit is contained in:
Kamil Trzcinski 2017-11-06 11:03:58 +01:00
parent fe0292cfa7
commit 001de85e7c

View file

@ -58,6 +58,8 @@ module Clusters
end
def applications
return [] unless kubernetes?
[
application_helm || build_application_helm
]