cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit ac3bcb000a7d2e049b2400cb6090099a60242408
parent cfd53ff3dc0fe5ecaa217de4821fffdfcc7d729a
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed, 25 Mar 2026 20:26:35 +0100

fix the config further

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Minfrastructure_talos/controllers/zot/release.yaml | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/infrastructure_talos/controllers/zot/release.yaml b/infrastructure_talos/controllers/zot/release.yaml @@ -70,7 +70,11 @@ spec: } }, "accessControl": { - "anonymousPolicy": ["read"], + "repositories": { + "**": { + "anonymousPolicy": ["read"] + } + }, "adminPolicy": { "users": ["admin"], "actions": ["read", "create", "update", "delete"]