Return empty applications if not Kubernetes [ci skip]
This commit is contained in:
parent
fe0292cfa7
commit
001de85e7c
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ module Clusters
|
|||
end
|
||||
|
||||
def applications
|
||||
return [] unless kubernetes?
|
||||
|
||||
[
|
||||
application_helm || build_application_helm
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue