fix(authelia): force env value as a string
This commit is contained in:
parent
c083f71168
commit
35a80b5420
1 changed files with 2 additions and 6 deletions
|
|
@ -12,9 +12,9 @@ spec:
|
||||||
# prevents 431 request header too large
|
# prevents 431 request header too large
|
||||||
# https://www.authelia.com/reference/guides/log-messages/#request-header-too-large
|
# https://www.authelia.com/reference/guides/log-messages/#request-header-too-large
|
||||||
- name: AUTHELIA_SERVER_BUFFERS_READ
|
- name: AUTHELIA_SERVER_BUFFERS_READ
|
||||||
value: 16384
|
value: "16384"
|
||||||
- name: AUTHELIA_SERVER_BUFFERS_WRITE
|
- name: AUTHELIA_SERVER_BUFFERS_WRITE
|
||||||
value: 16384
|
value: "16384"
|
||||||
- name: AUTHELIA_STORAGE_POSTGRES_HOST
|
- name: AUTHELIA_STORAGE_POSTGRES_HOST
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
@ -37,7 +37,3 @@ spec:
|
||||||
key: password
|
key: password
|
||||||
# - name: TZ
|
# - name: TZ
|
||||||
# value: ...
|
# value: ...
|
||||||
|
|
||||||
# Overriding the definition from Helm because ArgoCD is mangling it for some reason
|
|
||||||
- name: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE
|
|
||||||
value: "/secrets/internal/identity_validation.reset_password.jwt.hmac.key"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue