values and ignore charts
This commit is contained in:
@ -1,18 +1,11 @@
|
||||
authentik:
|
||||
secret_key: "---"
|
||||
error_reporting:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
# add this block under the `authentik:` block in your values.yaml file
|
||||
# authentik:
|
||||
email:
|
||||
# -- SMTP Server emails are sent from, fully optional
|
||||
host: "---"
|
||||
port: 587
|
||||
# -- SMTP credentials. When left empty, no authentication will be done.
|
||||
username: "---"
|
||||
# -- SMTP credentials. When left empty, no authentication will be done.
|
||||
password: "---"
|
||||
# -- Enable either use_tls or use_ssl. They can't be enabled at the same time.
|
||||
use_tls: true
|
||||
# -- Enable either use_tls or use_ssl. They can't be enabled at the same time.
|
||||
@ -30,16 +23,10 @@ global:
|
||||
|
||||
server:
|
||||
ingress:
|
||||
# Specify kubernetes ingress controller class name
|
||||
ingressClassName: traefik
|
||||
enabled: true
|
||||
hosts:
|
||||
- auth.steffenillium.de
|
||||
enabled: false
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
password: "---"
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user