Commit 3ae3b239 authored by Dylan Griffith's avatar Dylan Griffith

Merge branch 'restrict_cluster_applications_artifact_to_cilium' into 'master'

Remove prometheus from managed apps CI artifact parsing

See merge request gitlab-org/gitlab!38443
parents baf8fccc 4b492e37
......@@ -5,7 +5,7 @@ module Clusters
include Gitlab::Utils::StrongMemoize
MAX_ACCEPTABLE_ARTIFACT_SIZE = 5.kilobytes
RELEASE_NAMES = %w[prometheus cilium].freeze
RELEASE_NAMES = %w[cilium].freeze
def initialize(job, current_user)
@job = job
......
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