From e40021cd3cba0a889f43fcfec7b25c757391f11c Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Tue, 7 Nov 2017 14:55:26 +0100 Subject: Fix ingress.rb --- app/models/clusters/applications/ingress.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/clusters/applications/ingress.rb b/app/models/clusters/applications/ingress.rb index 02c14a33e23..c9584476f3c 100644 --- a/app/models/clusters/applications/ingress.rb +++ b/app/models/clusters/applications/ingress.rb @@ -23,6 +23,8 @@ module Clusters end def set_initial_status + return unless not_installable? + self.status = 'installable' if cluster&.application_helm_installed? end -- cgit v1.2.1