diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index 104a8f8..e6b1db6 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -117,17 +117,6 @@ configMaps: "htpasswd": { "path": "/etc/zot/htpasswd" } - }, - "accessControl": { - "repositories": { - "**": { - "anonymousPolicy": ["read"], - "policies": [{ - "users": ["admin"], - "actions": ["read", "create", "update", "delete"] - }] - } - } } }, "log": {