mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 12:29:41 +02:00
Add User Groups (a.k.a. RBAC) (#4)
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
- name: background
|
||||
image: danswer/danswer-ee-backend:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/usr/bin/supervisord"]
|
||||
command: ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/ee.supervisord.conf"]
|
||||
# There are some extra values since this is shared between services
|
||||
# There are no conflicts though, extra env variables are simply ignored
|
||||
envFrom:
|
||||
|
Reference in New Issue
Block a user