mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-09-03 01:59:29 +00:00
17 lines
300 B
YAML
17 lines
300 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- auth-secret.yaml
|
|
- kube-prometheus-stack.yaml
|
|
- ingress-route.yaml
|
|
|
|
helmGlobals:
|
|
chartHome: ../../charts
|
|
|
|
helmCharts:
|
|
- name: application
|
|
releaseName: auth
|
|
valuesFile: auth-values.yaml
|