Switch to authelia-controller

This commit is contained in:
2025-04-18 03:30:29 +02:00
parent 4dad3f261e
commit 2a339c6ce5
19 changed files with 53 additions and 162 deletions

View File

@@ -6,7 +6,6 @@ resources:
- ./helm-repository.yaml
- ./helm-release.yaml
- ./service-user.yaml
- ./secret-authelia-acl.yaml
- ../../common/postgres
- ../../common/dragonflydb

View File

@@ -1,9 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: authelia-acl
stringData:
rules: |
# Deny by default, mainly a placeholder to allow patching in other rules
- domain: "*"
policy: deny