FIX(umami): use chart-specific disableLogin setting
- Use umami.disableLogin instead of env variable - Set removeDisableLoginEnv to false to preserve env var
This commit is contained in:
@@ -27,9 +27,9 @@ envFrom:
|
|||||||
name: umami-password
|
name: umami-password
|
||||||
|
|
||||||
# Disable login (using Authelia for authentication)
|
# Disable login (using Authelia for authentication)
|
||||||
env:
|
umami:
|
||||||
- name: DISABLE_LOGIN
|
disableLogin: "1"
|
||||||
value: "1"
|
removeDisableLoginEnv: false
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false # Will use our main ingress
|
enabled: false # Will use our main ingress
|
||||||
|
|||||||
Reference in New Issue
Block a user