feat(authelia): add app for evaluation
This commit is contained in:
parent
cd6524ee7f
commit
3a20805e29
14 changed files with 2089 additions and 1 deletions
12
apps/authelia/base/kustomization.yaml
Normal file
12
apps/authelia/base/kustomization.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./pg.yaml
|
||||
- ./authelia.custom.yaml
|
||||
|
||||
patches:
|
||||
- path: ./helm.patch.yaml
|
||||
target:
|
||||
labelSelector: app.kubernetes.io/managed-by=Helm
|
||||
- path: daemonset.patch.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue