FIX(zot): correct sessionDriver config key name
- Fix configuration key for Redis session driver - Ensure proper session storage configuration
This commit is contained in:
@@ -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"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user