From 64bf85d4a53c3e4f8ed04c6d1afd51480c277638 Mon Sep 17 00:00:00 2001 From: Bin Yi Date: Thu, 11 Apr 2019 17:27:06 -0700 Subject: [PATCH] update readme for note --- deploy/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/README.md b/deploy/README.md index b46adc16f6..21006ddd82 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -62,6 +62,8 @@ helm repo update \ && helm install stable/prometheus-operator --name prometheus-operator --namespace sumologic -f overrides.yaml ``` +__NOTE__: If credentials are created earlier, add `--no-crd-hook` at the end. + * Verify the `prometheus-operator` is running: ```sh