Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mongo-sidecar image build from goreleaser #2096

Merged
merged 5 commits into from
Jun 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update examples/mongo-sidecar/README.md
Co-authored-by: Vivek Singh <vsingh.ggits.2010@gmail.com>
  • Loading branch information
PrasadG193 and viveksinghggits authored Jun 12, 2023
commit 5625aeab3297e76e2d3d5b1b360d926673c188eb
2 changes: 1 addition & 1 deletion examples/mongo-sidecar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is an example of using Kanister to backup and restore MongoDB. In this exam

### 1. Build and push mongo-sidecar docker image

The MongoDB application needs to be instrumented with the required tooling in order to use it with Kanister for protecting the data. Follow the steps below to build a `mongo-sidecar` docker image which contains all the necessary tools installed.
The MongoDB application needs to be instrumented with the required tooling in order to get protected with Kanister. Follow the steps below to build a `mongo-sidecar` docker image which has all the necessary tools installed.

```bash
# Clone Kanister Github repo locally
Expand Down