Skip to content

Commit

Permalink
Merge branch 'main' into K8SPSMDB-1213
Browse files Browse the repository at this point in the history
  • Loading branch information
ptankov authored Jan 13, 2025
2 parents 23b31a5 + 86826ed commit 753d0df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .e2eignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ README.md
LICENSE
operator.png
kubernetes.svg
release_versions
release_versions
.github/**
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 753d0df

Please sign in to comment.