diff --git a/jobs/harbor/templates/config/harbor.yml b/jobs/harbor/templates/config/harbor.yml index 119784b..3a6f730 100644 --- a/jobs/harbor/templates/config/harbor.yml +++ b/jobs/harbor/templates/config/harbor.yml @@ -49,7 +49,7 @@ data_volume: /data # maxthreads: 100 storage_service: -<%- if p("registry_storage_provider.redirect") == "true" %> +<%- if p("registry_storage_provider.redirect") == true %> redirect: disabled: true <%- end %>