From 32497521294ce1a72eed32d45a6c9befb8d26043 Mon Sep 17 00:00:00 2001 From: Matt Conway Date: Wed, 16 Jun 2021 16:48:27 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8671860..551a3eb 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Parameterize the helm install with `--set appSettings.**` to control how kubetru | projectMappings.root.key_selector | A regexp to limit the keys acted against (client-side). Supplies any named matches for template evaluation | string | "" | no | | projectMappings.root.skip | Skips the generation of resources for the selected projects | flag | false | no | | projectMappings.root.included_projects | Include the parameters from other projects into the selected ones. This can be recursive in a depth first fashion, so if A imports B and B imports C, then A will get B's and C's parameters. For key conflicts, if A includes B and B includes C, then the precendence is A overrides B overrides C. If A includes \[B, C], then the precendence is A overrides C overrides B. | list | [] | no | -| projectMappings.root.resource_templates | The templates to use in generating kubernetes resources (ConfigMap/Secrets/other) | string | [default](helm/kubetruth/values.yaml#L94-L129) | no | +| projectMappings.root.resource_templates | The templates to use in generating kubernetes resources (ConfigMap/Secrets/other) | string | [default](helm/kubetruth/values.yaml#L93-L129) | no | | projectMappings..* | Define override mappings to override settings from the root selector for specific projects. When doing this on the command-line (e.g. for `helm install`), it may be more convenient to use `--values ` instead of `--set` for large data sets | map | {} | no | With the default `resource_templates`, Kubetruth maps the parameters from