19 lines
402 B
YAML
19 lines
402 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: authelia
|
|
resources:
|
|
- ./namespace.yaml
|
|
- ./helm-repository.yaml
|
|
- ./helm-release.yaml
|
|
- ./secret-authelia-lldap.yaml
|
|
- ../../common/postgres
|
|
- ../../common/dragonflydb
|
|
|
|
configurations:
|
|
- ../../common/name-reference/helm-release.yaml
|
|
|
|
configMapGenerator:
|
|
- name: authelia-values
|
|
files:
|
|
- ./values.yaml
|