Files
homelab-v/secrets/kustomization.yaml
T
Vegard Hagen 67049f2e01 feat(helm): Introducing Helm Charts for templating
Using templates should reduce the amount of duplicated config
2023-04-09 19:28:31 +02:00

10 lines
177 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- arr.yaml
- dashboard.yaml
- hubble.yaml
- test.yaml
- traefik-system.yaml
- whoami.yaml