change command to array
This commit is contained in:
parent
7740f9a038
commit
8b9ccea245
@ -26,7 +26,7 @@ spec:
|
||||
containers:
|
||||
- image: ghcr.io/goauthentik/authentik:2024.12.1
|
||||
name: authentik-server
|
||||
command: server
|
||||
command: ["server"]
|
||||
environment:
|
||||
- name: AUTHENTIK_REDIS__HOST
|
||||
value: redis-server.authentik.svc.cluster.local
|
||||
@ -65,7 +65,7 @@ spec:
|
||||
name: authentik-templates
|
||||
- image: ghcr.io/goauthentik/authentik:2024.12.1
|
||||
name: authentik-worker
|
||||
command: worker
|
||||
command: ["worker"]
|
||||
environment:
|
||||
- name: AUTHENTIK_REDIS__HOST
|
||||
value: redis-server.authentik.svc.cluster.local
|
||||
|
Loading…
x
Reference in New Issue
Block a user