From 86826ed0d336243c6f8f2691bda8d3aa6ebcf1a3 Mon Sep 17 00:00:00 2001 From: George Kechagias Date: Mon, 13 Jan 2025 13:36:41 +0200 Subject: [PATCH] Update codeowners (#1780) --- .e2eignore | 3 ++- .github/CODEOWNERS | 6 +++--- README.md | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.e2eignore b/.e2eignore index 2eaa0d5b22..cd5b76e748 100644 --- a/.e2eignore +++ b/.e2eignore @@ -7,4 +7,5 @@ README.md LICENSE operator.png kubernetes.svg -release_versions \ No newline at end of file +release_versions +.github/** diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6c8ef3c920..0a105f371a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ -* @hors @egegunes @inelpandzic @pooknull -/e2e-tests/ @nmarukovich @ptankov @jvpasinatto @eleo007 -Jenkinsfile @nmarukovich @ptankov @jvpasinatto @eleo007 +* @hors @egegunes @pooknull @nmarukovich @gkech +/e2e-tests/ @ptankov @jvpasinatto @eleo007 +Jenkinsfile @ptankov @jvpasinatto @eleo007 diff --git a/README.md b/README.md index 26459e72dc..ba64edbd70 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Below is one of the ways to deploy the Operator using `kubectl`. kubectl apply --server-side -f https://raw.githubusercontent.com/percona/percona-server-mongodb-operator/main/deploy/bundle.yaml ``` -2. Deploy the database cluster itself from `deploy/cr.yaml +2. Deploy the database cluster itself from `deploy/cr.yaml` ```sh kubectl apply -f https://raw.githubusercontent.com/percona/percona-server-mongodb-operator/main/deploy/cr-minimal.yaml