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