feat: Create namespace and set it explicitly

This commit is contained in:
2025-12-23 00:49:55 +01:00
parent 948473c171
commit eed5b44916
6 changed files with 23 additions and 3 deletions

View File

@@ -2,9 +2,11 @@ kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: authelia-controller
namespace: authelia
subjects:
- kind: ServiceAccount
name: authelia-controller
namespace: authelia
roleRef:
kind: ClusterRole
name: authelia-controller