From 4db5ca8af3a3cb44b99af7e5449ecb6dc44891e1 Mon Sep 17 00:00:00 2001 From: shucheng Date: Wed, 29 May 2019 02:23:41 +0800 Subject: [PATCH] update --- templates/registry/registry-cm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/registry/registry-cm.yaml b/templates/registry/registry-cm.yaml index a8942e4..387f7fd 100644 --- a/templates/registry/registry-cm.yaml +++ b/templates/registry/registry-cm.yaml @@ -20,7 +20,9 @@ data: {{- else if eq $type "s3" }} s3: {{ toYaml $storage.s3 | indent 8 }} - {{- end }} + redirect: + disable: false + {{- end }} cache: layerinfo: redis maintenance: -- 2.26.0