FIX(zot): correct sessionDriver config key name

- Fix configuration key for Redis session driver
- Ensure proper session storage configuration
This commit is contained in:
2026-01-10 00:31:29 +09:00
parent 65002c29ef
commit 9167b1a14d

View File

@@ -118,11 +118,10 @@ configMaps:
"htpasswd": { "htpasswd": {
"path": "/etc/zot/htpasswd" "path": "/etc/zot/htpasswd"
}, },
"sessionStore": { "sessionDriver": {
"driver": "redis", "name": "redis",
"redis": { "url": "redis://authelia-redis-master.authelia.svc.cluster.local:6379",
"url": "redis://authelia-redis-master.authelia.svc.cluster.local:6379" "keyprefix": "zot"
}
} }
} }
}, },