Skip to content

Commit

Permalink
Merge pull request #5871 from olekfur/remove-obsolete-documentation
Browse files Browse the repository at this point in the history
Remove obsolete bazel documentation
  • Loading branch information
jetstack-bot committed Mar 17, 2023
2 parents 1e46048 + f5eff1f commit a717539
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions deploy/manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,3 @@ automatically from the [official helm chart](../charts/cert-manager).

When a new release of cert-manager is cut, these manifests will be
automatically generated and published as an asset **attached to the GitHub release**.

## How can I generate my own manifests?

If you want to build a copy of your own manifests for testing purposes, you
can do so using Bazel.

To build the manifests, run:

```bash
$ bazel build //deploy/manifests:cert-manager.yaml
```

This will generate the static deployment manifests at
`bazel-bin/deploy/manifests/cert-manager.yaml`.

0 comments on commit a717539

Please sign in to comment.