summaryrefslogtreecommitdiff
path: root/lib/gitlab/prometheus/query_variables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/prometheus/query_variables.rb')
-rw-r--r--lib/gitlab/prometheus/query_variables.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gitlab/prometheus/query_variables.rb b/lib/gitlab/prometheus/query_variables.rb
index dca09aef47d..9cc21129547 100644
--- a/lib/gitlab/prometheus/query_variables.rb
+++ b/lib/gitlab/prometheus/query_variables.rb
@@ -5,8 +5,7 @@ module Gitlab
module QueryVariables
def self.call(environment)
deployment_platform = environment.deployment_platform
- namespace = deployment_platform&.namespace_for(environment.project) ||
- deployment_platform&.actual_namespace || ''
+ namespace = deployment_platform&.kubernetes_namespace_for(environment.project) || ''
{
ci_environment_slug: environment.slug,