From 1094ba16c6937297251663fc2e38bfb7fe089acb Mon Sep 17 00:00:00 2001 From: jandres - moscardo Date: Fri, 10 Jun 2022 09:10:47 +0200 Subject: [PATCH] helm example was wrong when customizing value --- charts/capsule/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/capsule/README.md b/charts/capsule/README.md index 452f0749..f701cf69 100644 --- a/charts/capsule/README.md +++ b/charts/capsule/README.md @@ -54,7 +54,7 @@ The values in your overrides file `myvalues.yaml` will override their counterpar If you only need to make minor customizations, you can specify them on the command line by using the `--set` option. For example: - $ helm install capsule capsule-helm-chart --set force_tenant_prefix=false -n capsule-system + $ helm install capsule capsule-helm-chart --set manager.options.forceTenantPrefix=false -n capsule-system Here the values you can override: