From a3acd3a0bab4b9d9d358bb714e22c7a71191a304 Mon Sep 17 00:00:00 2001 From: Aaron Lehmann Date: Thu, 30 Jul 2015 17:32:35 -0700 Subject: [PATCH] Fix earlier commit to enable upload purging in example config file Rather than setting this to "true", the whole section should be removed. Signed-off-by: Aaron Lehmann --- cmd/registry/config-example.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/registry/config-example.yml b/cmd/registry/config-example.yml index de1e3c96d..cb91e63d6 100644 --- a/cmd/registry/config-example.yml +++ b/cmd/registry/config-example.yml @@ -7,8 +7,5 @@ storage: layerinfo: inmemory filesystem: rootdirectory: /var/lib/registry - maintenance: - uploadpurging: - enabled: true http: addr: :5000