values and ignore charts

This commit is contained in:
2024-04-06 13:16:28 +02:00
parent c8925eb478
commit 739a50026a
2 changed files with 3 additions and 15 deletions

View File

@ -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