From f5eff1f318e10855d9f962fff538e4cea6142c99 Mon Sep 17 00:00:00 2001 From: Ole Furseth Date: Fri, 17 Mar 2023 11:37:49 +0100 Subject: [PATCH] Remove obsolete bazel documentation Signed-off-by: Ole Furseth --- deploy/manifests/README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/deploy/manifests/README.md b/deploy/manifests/README.md index a692c67d6..17aa8fbd4 100644 --- a/deploy/manifests/README.md +++ b/deploy/manifests/README.md @@ -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`.