Open LeoColomb opened 2 weeks ago
Thank you for implementing this so quickly!
Docstrings don't say that extraEnvVarsCM
and extraEnvVarsSecret
can be templated strings. Is it intentional?
@NeodymiumFerBore Not intentional, but the current state of docstring is far from perfection anyway. I have a refresh in my to-do list, but keeping everything aligned and in sync with is a real pain.
Tweak YAML rendering using common render helpers, and resolves https://github.com/netbox-community/netbox-chart/issues/403. Helps to reduce mistake surface in the rendering.
Also add
extraEnvVarsCM
andextraEnvVarsSecret
as shortcuts to gather vars from CM or Secret directly.