Kaynağa Gözat

fix lint errors

Christian Lempa 1 yıl önce
ebeveyn
işleme
504e9fe478

+ 2 - 2
docker-compose/authentik/compose.yaml

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

+ 1 - 0
kubernetes/authentik/certificate.yaml

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

+ 1 - 0
kubernetes/authentik/example.middleware.yaml

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

+ 3 - 2
kubernetes/authentik/helm/values.yaml

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

+ 1 - 0
kubernetes/authentik/ingressroute.yaml

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

+ 1 - 0
kubernetes/authentik/namespace.yaml

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