Commit e40021cd authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix ingress.rb

parent 46bc6b5d
......@@ -23,6 +23,8 @@ module Clusters
end
def set_initial_status
return unless not_installable?
self.status = 'installable' if cluster&.application_helm_installed?
end
......
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