mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
19 lines
362 B
YAML
19 lines
362 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: authelia
|
|
|
|
resources:
|
|
- ns.yaml
|
|
- lldap-credentials.yaml
|
|
- oidc-argocd.yaml
|
|
- oidc-jwks.yaml
|
|
- http-route.yaml
|
|
|
|
helmCharts:
|
|
- name: authelia
|
|
repo: https://charts.authelia.com
|
|
releaseName: authelia
|
|
namespace: authelia
|
|
version: 0.9.5
|
|
valuesFile: values.yaml
|