Skip to content

Commit

Permalink
fix(docs): helm example was wrong when customizing value
Browse files Browse the repository at this point in the history
  • Loading branch information
titansmc authored Jun 10, 2022
1 parent cac2920 commit 7273341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/capsule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 7273341

Please sign in to comment.