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