• Fabian Ruff's avatar
    Add compression to configmap storage driver · eb4b78bb
    Fabian Ruff authored
    This commit changes the configmap storage driver to compress
    the serialized release before storing it as a base64 encoded string.
    This change is backward compatible as it handles existing releases
    gracefully by skipping the decompression step when the gzip magic
    header is not present.
    eb4b78bb
cfgmaps_test.go 4.95 KB