Unverified Commit 6987014b authored by Étienne Lafarge's avatar Étienne Lafarge Committed by Matthew Fisher
Browse files

[storage] Add an SQL storage driver


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: default avatarÉtienne Lafarge <etienne.lafarge@gmail.com>

Co-authored-by: default avatarElliot Maincourt &lt;e.maincourt@gmail.com&gt; <(@emaincourt)>
Co-authored-by: default avatarPaul Borensztein &lt;hi@0x01.fr&gt; <(@commit-master)>
parent 4a0eb2ac
Showing with 858 additions and 22 deletions
+858 -22
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment