Heya braintrust :brain: I'm deploying `rancher-al...
# general
b
Heya braintrust 🧠 I'm deploying
rancher-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:
Copy code
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?