k3s-configs/infra/authelia/kustomization.yaml

22 lines
394 B
YAML
Raw Normal View History

2023-11-28 21:05:30 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
generatorOptions:
disableNameSuffixHash: true
namespace: auth
resources:
- namespace.yaml
- ingress.yaml
2023-12-12 21:00:30 +00:00
- forward-auth-middleware.yaml
2023-11-28 21:05:30 +00:00
generators:
- ./secret-generator.yaml
helmCharts:
- name: authelia
releaseName: authelia
version: 0.8.58
repo: https://charts.authelia.com
namespace: auth
valuesFile: values.yaml