From 7e7046fdc45929f1e4d37e959d6947111cbc4154 Mon Sep 17 00:00:00 2001 From: Evan Benshetler Date: Tue, 26 Sep 2023 16:11:02 +0200 Subject: [PATCH] Adding CODEOWNERS to semi-lock the Helm chart (#1307) Adding CODEOWNERS to semi-lock the Helm chart, ensuring smooth Addon transition. --- CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..c1d63ada35 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,10 @@ +# As of 2023-09-26 the Helm chart is being migrated to an Addon (Plug-n-Play Package). +# Now that we are rolling out the Addon to our data plane clusters, the Helm chart +# and package in the managed-tenants-bundle repository must be kept in sync. +# To ensure this is done, we are semi-locking the helm chart directory. +# Contact people: ebenshet@, ykovalev@, jmalsam@, mhess@ +# Contact channels: #acs-team-draco, #epic-acs-cs-addon +# Tickets: https://issues.redhat.com/browse/ROX-11551 +# https://issues.redhat.com/browse/ROX-17339 +# Addon code: https://gitlab.cee.redhat.com/service/managed-tenants-bundles/-/tree/main/addons/acs-fleetshard +/dp-terraform/helm/ ebenshet@redhat.com ykovalev@redhat.com jmalsam@redhat.com mhess@redhat.com