Merge pull request #5871 from olekfur/remove-obsolete-documentation

Remove obsolete bazel documentation
This commit is contained in:
jetstack-bot 2023-03-17 16:09:01 +00:00 committed by GitHub
commit a717539023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.