tiller icon indicating copy to clipboard operation
tiller copied to clipboard

A dynamic configuration file generation tool, particularly useful with Docker containers

Results 20 tiller issues
Sort by recently updated
recently updated
newest added

Hi, I read that the project is semi-abandoned but I ask anyway! We use Tiller to compose "properties" files for our K8s applications. We noticed that often our pods are...

No offence at all - things happen - but is the project rather to be seen as discontinued? Would be great if you would give us some insight about your...

Managed to use Tiller well with a Hashicorp v1 k/v Vault. However we're finding challenges Tiller not converting secrets for a v2 k/v Vault. On Hashicorp's website v2 Vaults need...

If we have a list of hashes in yaml config, the dynamic values is not evaluated. like following the dynamic value will not be evaluated. ```yaml config: system_props: - name:...

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...

Since, other then confd or consul-template, tiller does not watch for changes in dataSources and therefor does not need to "simple compare source template and target template", there is one...

Is it possible to make the Installation of Tiller a bit more independent of Ruby and with a smaller memory footprint? I don't know much about ruby but in my...

Hi, I have issue after upgrading from Alpine 3.7 (Ruby 2.4.x) to 3.8 (Ruby 2.5.0) as base for our containers. ```[2018-11-06 08:40:01 +0000] [INFO] Setting ownership/permissions on /opt/service/config/application.properties /usr/lib/ruby/2.5.0/fileutils.rb:1019:in `fu_get_uid':...

If we think about what is done with Consul and Tiller, we might agree that we will, somehow, generate configurations for each available service in consul and rigister it in...

I needed to modify my plugin to support more complex reg exp.