fix(docs): helm example was wrong when customizing value

This commit is contained in:
jandres - moscardo
2022-06-10 13:48:49 +02:00
committed by GitHub
parent cac2920827
commit 72733415f0
+1 -1
View File
@@ -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: