Commit dc55abaa authored by Kamil Trzcinski's avatar Kamil Trzcinski

Merge branch '36629-35958-add-cluster-application-section' into add-ingress-to-cluster-applications

parents a8529292 001de85e
......@@ -60,6 +60,8 @@ module Clusters
end
def applications
return [] unless kubernetes?
[
application_helm || build_application_helm,
application_ingress || build_application_ingress
......
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