feat: Added authelia
This commit is contained in:
16
apps/authelia/production/kustomization.yaml
Normal file
16
apps/authelia/production/kustomization.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
- dragonfly.yaml
|
||||
|
||||
patches:
|
||||
- path: cluster.yaml
|
||||
target:
|
||||
kind: Cluster
|
||||
|
||||
configMapGenerator:
|
||||
- name: values-overlay
|
||||
namespace: authelia
|
||||
files:
|
||||
- values.yaml
|
||||
Reference in New Issue
Block a user