hashicorp / waypoint-helm

Helm chart to install Waypoint and other associated components.
Mozilla Public License 2.0
29 stars 14 forks source link

update how we render these templates to fix up usage of . and $ #54

Closed catsby closed 1 year ago

catsby commented 1 year ago

NOTE: This pr is opened against a WIP branch, not against main

Fix up the rolebinding template rendering now that it loops. We need to use $ instead of . as . takes a different meaning inside the loop.