diff options
| author | Alessio Caiazza <acaiazza@gitlab.com> | 2017-11-03 10:02:30 +0100 |
|---|---|---|
| committer | Alessio Caiazza <acaiazza@gitlab.com> | 2017-11-03 10:57:09 +0100 |
| commit | 08752e5d742a144ffb1ec7c8e07e7a558774fbfc (patch) | |
| tree | 8f7f3e698eafccfefcd0312e1c7abbda07fc3325 /app/models/clusters | |
| parent | c46417c5064867d72debb15c4e280db24c6ab73c (diff) | |
| download | gitlab-ce-08752e5d742a144ffb1ec7c8e07e7a558774fbfc.tar.gz | |
Remove `Clusters::Applications::FetchInstallationStatusService`
Diffstat (limited to 'app/models/clusters')
| -rw-r--r-- | app/models/clusters/cluster.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clusters/cluster.rb b/app/models/clusters/cluster.rb index 7dae2234998..77b299e46a0 100644 --- a/app/models/clusters/cluster.rb +++ b/app/models/clusters/cluster.rb @@ -52,7 +52,7 @@ module Clusters end def applications - [ + [ application_helm || build_application_helm ] end |
