Commit 4b492e37 authored by Thong Kuah's avatar Thong Kuah

Remove prometheus from managed apps CI artifact parsing

Let's start with Cilium only for now. Prometheus and other applications
that already have existing v1 code should enabled at a later stage

This enables us to rollout cluster_applications_artifact immediately
parent 222d2a9c
......@@ -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