mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-29 17:12:34 +00:00
24 lines
477 B
YAML
24 lines
477 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: authelia
|
|
|
|
resources:
|
|
- ns.yaml
|
|
- crypto.yaml
|
|
- lldap-credentials.yaml
|
|
- smtp-credentials.yaml
|
|
- cert-rsa-jwk.yaml
|
|
- cert-ecdsa-jwk.yaml
|
|
- http-route.yaml
|
|
- cnpg-db.yaml
|
|
- clients/argocd.yaml
|
|
- clients/netbird.yaml
|
|
|
|
helmCharts:
|
|
- name: authelia
|
|
repo: https://charts.authelia.com
|
|
releaseName: authelia
|
|
namespace: authelia
|
|
version: 0.9.14
|
|
valuesFile: values.yaml
|