Unverified Commit 9a7d4af6 authored by santhosh-tg's avatar santhosh-tg Committed by GitHub
Browse files

Merge pull request #3636 from aks30/patch-2

Set authentication_enabled as false by default
Showing with 1 addition and 0 deletions
+1 -0
......@@ -44,6 +44,7 @@ rccoreenv:
connectionInfo_maxPoolSize: {{ registry_connectionInfo_maxPoolSize|default('200')}}
auditTaskExecutor_queueCapacity: {{ registry_auditTaskExecutor_queueCapacity|default('100')}}
taskExecutor_index_queueCapacity: {{ registry_taskExecutor_index_queueCapacity|default('100')}}
authentication_enabled: {{ registry_authentication_enabled|default('false')}}
{# The below should get enabled once the service has probes implemented #}
{# {{ registry_liveness_readiness | to_nice_yaml }} #}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment