change command to array

This commit is contained in:
Mans Ziesel 2024-12-24 13:42:46 +01:00
parent 7740f9a038
commit 8b9ccea245

View File

@ -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