k3s-configs/infra/authelia/kustomization.yaml

22 lines
394 B
YAML
Executable File

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