billowy-apple-60989
09/06/2023, 11:14 AMrancher-alerting-drivers
helm chart https://github.com/rancher/charts/tree/dev-v2.8/charts/rancher-alerting-drivers and would like to set the teams connector url when applying the chart, something like this:
values:
prom2teams:
enabled: true
connector: <http://myteamconnector.url.my.org|myteamconnector.url.my.org>
sachet:
enabled: false
However it's not being applied when deploying the chart. Is this becuase the alerting driver chart has prom2team as a dependency and it's values is not "inherited" into the prom2team chart? Any fixes/workarounds?