diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index 6f64a4a..e448acf 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -118,11 +118,10 @@ configMaps: "htpasswd": { "path": "/etc/zot/htpasswd" }, - "sessionStore": { - "driver": "redis", - "redis": { - "url": "redis://authelia-redis-master.authelia.svc.cluster.local:6379" - } + "sessionDriver": { + "name": "redis", + "url": "redis://authelia-redis-master.authelia.svc.cluster.local:6379", + "keyprefix": "zot" } } },