Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(helm): syntax fix in dashboard template (#1417)
**Description of the change** Addresses #1416 Update dashboard configmap template syntax on commonLabels **Benefits** When dashboards are enabled helm will now render them correctly. **Possible drawbacks** None know. **Applicable issues** <!-- Enter any applicable Issues here (You can reference an issue using #) --> - fixes #1416 **Additional information** Tested with helm template. Before fix with dashboards enabled: ``` helm template testing . --values values.yaml Error: template: sealed-secrets/templates/configmap-dashboards.yaml:14:18: executing "sealed-secrets/templates/configmap-dashboards.yaml" at <.Values.commonLabels>: can't evaluate field Values in type []uint8 Use --debug flag to render out invalid YAML ``` With change, renders as expected. Signed-off-by: Matt Pippitt <matt.pippitt@missionlane.com>
- Loading branch information