From c337471ebfdfdd549bac1d2f679e6ace0df133a4 Mon Sep 17 00:00:00 2001 From: Dan Constantinescu Date: Wed, 24 Aug 2022 13:18:15 -0400 Subject: [PATCH] update documentation --- README.md | 2 ++ charts/envars-webhook/README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cce7556..c987260 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Follow the [instructions in Helm chart](charts/envars-webhook/README.md) to use ### Makefile scripts +[Skip to Verification](#verification) if you installed from the Helm chart. + - Verify you have `admissionregistration.k8s.io/v1` installed in your cluster ```bash diff --git a/charts/envars-webhook/README.md b/charts/envars-webhook/README.md index 39b3335..c28ce2e 100644 --- a/charts/envars-webhook/README.md +++ b/charts/envars-webhook/README.md @@ -18,11 +18,11 @@ Update values as needed and deploy the webhook. ```bash NAMESPACE=webtest helm upgrade --install \ - --namespace $NAMESPACE \ + -n $NAMESPACE \ --create-namespace \ envars-webhook envars-webhook/envars-webhook \ --set webhook.namespaceSelector=samples \ - --set webhook.verboseLogs=true \ + --set webhook.verboseLogs=false \ --set webhook.containersAllowed.ingester=true,webhook.containersAllowed.prober=true,webhook.containersAllowed.store-gateway=true ```