-
Étienne Lafarge authored
This commits adds the possibility to back Tiller (or the future Tiller-less Helm CLI) with any SQL database (only postgres has been tested so far) to store release information. The main motivation for this commit was to use a storage backend that would allow releases larger that 1MB in size (ConfigMap or Secret drivers don't, because of limits on value size in the underlying etcd key-value store). Signed-off-by: Étienne Lafarge <etienne.lafarge@gmail.com> Co-authored-by: Elliot Maincourt <e.maincourt@gmail.com> (@emaincourt) Co-authored-by: Paul Borensztein <hi@0x01.fr> (@commit-master)
a602d708
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
cfgmaps.go | ||
cfgmaps_test.go | ||
driver.go | ||
labels.go | ||
labels_test.go | ||
memory.go | ||
memory_test.go | ||
mock_test.go | ||
records.go | ||
records_test.go | ||
secrets.go | ||
secrets_test.go | ||
sql.go | ||
sql_test.go | ||
util.go |