Patch in authelia access rules

This commit is contained in:
2024-11-19 02:53:34 +01:00
parent 264a70b5b0
commit b4073dfef7
4 changed files with 20 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
- op: add
path: /spec/values/configMap/access_control/rules/0
value:
domain: traefik.${domain}
policy: one_factor
subject: "group:lldap_admin"

View File

@@ -1,4 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
resources:
- ingress.yaml
patches:
- target:
kind: HelmRelease
name: authelia
namespace: authelia
path: access.yaml