FIX(umami): fix DISABLE_LOGIN env variable syntax

- Change env format from map to list style
- Use proper Kubernetes env var specification
This commit is contained in:
2026-01-10 17:15:26 +09:00
parent 84312ce9e4
commit 9c4a95a586

View File

@@ -28,7 +28,8 @@ envFrom:
# Disable login (using Authelia for authentication)
env:
DISABLE_LOGIN: "1"
- name: DISABLE_LOGIN
value: "1"
ingress:
enabled: false # Will use our main ingress