fix lint errors

This commit is contained in:
Christian Lempa 2025-01-20 18:08:43 +01:00
parent 742c603f27
commit 504e9fe478
6 changed files with 9 additions and 4 deletions

View File

@ -16,7 +16,7 @@ services:
# (Optional) Enable Error Reporting
- AUTHENTIK_ERROR_REPORTING__ENABLED=${AUTHENTIK_ERROR_REPORTING:-false}
# (Optional) Enable Email Sending
# Highly recommended to notify you about alerts and configuration issues.
# Highly recommended to notify you about alerts and configuration issues.
- AUTHENTIK_EMAIL__HOST=${EMAIL_HOST:?error}
- AUTHENTIK_EMAIL__PORT=${EMAIL_PORT:-25}
- AUTHENTIK_EMAIL__USERNAME=${EMAIL_USERNAME:?error}
@ -65,7 +65,7 @@ services:
# (Optional) Enable Error Reporting
- AUTHENTIK_ERROR_REPORTING__ENABLED=${AUTHENTIK_ERROR_REPORTING:-false}
# (Optional) Enable Email Sending
# Highly recommended to notify you about alerts and configuration issues.
# Highly recommended to notify you about alerts and configuration issues.
- AUTHENTIK_EMAIL__HOST=${EMAIL_HOST:?error}
- AUTHENTIK_EMAIL__PORT=${EMAIL_PORT:-25}
- AUTHENTIK_EMAIL__USERNAME=${EMAIL_USERNAME:?error}

View File

@ -1,3 +1,4 @@
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:

View File

@ -1,3 +1,4 @@
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:

View File

@ -1,5 +1,6 @@
---
global:
image:
image:
repository: "ghcr.io/goauthentik/server"
tag: "2024.12.2"
pullPolicy: IfNotPresent
@ -15,7 +16,7 @@ authentik:
port: 5432
email:
# (Optional) Enable Email Sending
# Highly recommended to notify you about alerts and configuration issues.
# Highly recommended to notify you about alerts and configuration issues.
host: ""
port: 587
username: ""

View File

@ -1,3 +1,4 @@
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:

View File

@ -1,3 +1,4 @@
---
apiVersion: v1
kind: Namespace
metadata: