• Étienne Lafarge's avatar
    [storage] Add an SQL storage driver · a602d708
    É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: 's avatarÉ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 Loading commit data...
cfgmaps_test.go Loading commit data...
driver.go Loading commit data...
labels.go Loading commit data...
labels_test.go Loading commit data...
memory.go Loading commit data...
memory_test.go Loading commit data...
mock_test.go Loading commit data...
records.go Loading commit data...
records_test.go Loading commit data...
secrets.go Loading commit data...
secrets_test.go Loading commit data...
sql.go Loading commit data...
sql_test.go Loading commit data...
util.go Loading commit data...