fix: revert authelia to working state with inline secrets
This commit is contained in:
@@ -11,7 +11,7 @@ configMap:
|
||||
identity_validation:
|
||||
reset_password:
|
||||
secret:
|
||||
value: ""
|
||||
value: f86cac59ff096d5dba433b5242eef1c409421165fe3ad7414827f71382ad0e84
|
||||
notifier:
|
||||
disable_startup_check: true
|
||||
filesystem:
|
||||
@@ -23,20 +23,20 @@ configMap:
|
||||
domain: uzbutterfly.com
|
||||
subdomain: auth
|
||||
encryption_key:
|
||||
value: ""
|
||||
value: 03e75899a8f009bb3c1877c63a864f37f7e38fed0fabd599eb871d259ac86148
|
||||
redis:
|
||||
enabled: true
|
||||
host: authelia-redis-master
|
||||
port: 6379
|
||||
storage:
|
||||
encryption_key:
|
||||
value: ""
|
||||
value: 0b1bbffd77ba566e6441dcb848d6b25a165443d339d356482f86b6dcedc39c79
|
||||
postgres:
|
||||
address: tcp://authelia-postgres-postgresql:5432
|
||||
database: authelia
|
||||
enabled: true
|
||||
password:
|
||||
value: ""
|
||||
value: authelia_pg_pass
|
||||
username: authelia
|
||||
theme: dark
|
||||
totp:
|
||||
@@ -52,7 +52,6 @@ ingress:
|
||||
enabled: true
|
||||
secret: authelia-tls
|
||||
secret:
|
||||
existingSecret: authelia-secrets
|
||||
additionalSecrets:
|
||||
authelia-users:
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user