You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really a huge thing to be able to tell tiller to run only for specific templates like
tiller --templates=foo.erb,bar.erb
This is particularly interesting for saving time when running tiller with consul watch or other automations. I am aware that due to the MD5SUM feature, also other templates might not cause a restart/exec and thus a unwanted effect in an early bootstrap - still there are cases where you need to run one specific template.
Right now i have to create 2 different tiller "configurations" like /etc/tiller_nginx and /etc/tiller_certificates to be able to split those "runntimes" that is though very clunky.
I guess in general, depending on the encapsulation, that might be something easy to implement?
The text was updated successfully, but these errors were encountered:
It would be really a huge thing to be able to tell tiller to run only for specific templates like
This is particularly interesting for saving time when running tiller with
consul watch
or other automations. I am aware that due to the MD5SUM feature, also other templates might not cause a restart/exec and thus a unwanted effect in an early bootstrap - still there are cases where you need to run one specific template.Right now i have to create 2 different tiller "configurations" like
/etc/tiller_nginx
and/etc/tiller_certificates
to be able to split those "runntimes" that is though very clunky.I guess in general, depending on the encapsulation, that might be something easy to implement?
The text was updated successfully, but these errors were encountered: