mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
19 lines
379 B
YAML
19 lines
379 B
YAML
# /apps/prod/authelia/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: auth
|
|
|
|
resources:
|
|
- ../../base/authelia
|
|
- users-database.enc.yaml
|
|
- release.yaml
|
|
- forward-auth-middleware.yaml
|
|
|
|
configMapGenerator:
|
|
- name: authelia-prod-values
|
|
namespace: auth
|
|
files:
|
|
- values.yaml
|
|
|
|
configurations:
|
|
- kustomizeconfig.yaml |