diff --git a/prometheus/README.md b/prometheus/README.md index 682f9cc0..62538a83 100644 --- a/prometheus/README.md +++ b/prometheus/README.md @@ -36,7 +36,7 @@ As an alternative, you can install the upstream chart with all customization opt >**Note**: This Namespace must have **no** Istio sidecar injection enabled; that is, there must be no `istio-injection` label present on the Namespace. The Helm chart deploys jobs that will not succeed when Isto sidecar injection is enabled. 1. Export the Helm release name that you want to use. It can be any name, but be aware that all resources in the cluster will be prefixed with that name. Replace the `{release-name}` placeholder in the following command and run it: - ```bash + ```bash export HELM_RELEASE="{release-name}" ```