diff --git a/make/photon/prepare/templates/registry/config.yml.jinja b/make/photon/prepare/templates/registry/config.yml.jinja index c03df0fb6..0d52469cf 100644 --- a/make/photon/prepare/templates/registry/config.yml.jinja +++ b/make/photon/prepare/templates/registry/config.yml.jinja @@ -14,7 +14,7 @@ storage: enabled: true {% if storage_redirect_disabled %} redirect: - disabled: true + disable: true {% endif %} redis: addr: {{redis_host}}:{{redis_port}}