Skip to content
Snippets Groups Projects

Deploy prometheus through kubernetes and autoconnect to cluster

Merged Paweł Chojnacki requested to merge pawel/connect_to_prometheus_through_proxy-30480 into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -129,6 +129,7 @@ def client(environment_id = nil)
end
def prometheus_installed?
return false if template?
project.clusters.enabled.any? { |cluster| cluster.application_prometheus&.installed? }
end
Loading