Evaluate trust namespace value as template #291
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
When installing trust-manager as a subchart (i.e. dependency) it would be useful to automatically set the trust namespace value to the release namespace, or another dynamic value. At the moment this is unfortunately not possibile since the
app.trust.namespace
value is evaluated as-is and so it needs to be always explicitly specified if you don't want the default one.This can be easily solved if the value were evaluated as a template, e.g.
Then it would be possibile to set the trust namespace dynamically, e.g.
Is this something that might be worth a PR? I'd be happy to contribute!
The text was updated successfully, but these errors were encountered: