diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index 99fd76b..104a8f8 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -119,12 +119,14 @@ configMaps: } }, "accessControl": { - "**": { - "anonymousPolicy": ["read"], - "policies": [{ - "users": ["admin"], - "actions": ["read", "create", "update", "delete"] - }] + "repositories": { + "**": { + "anonymousPolicy": ["read"], + "policies": [{ + "users": ["admin"], + "actions": ["read", "create", "update", "delete"] + }] + } } } },