mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-09-01 17:19:24 +00:00
12 lines
231 B
YAML
12 lines
231 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
commonLabels:
|
|
app.kubernetes.io/managed-by: argocd
|
|
|
|
resources:
|
|
- arr.yaml
|
|
- home-assistant.yaml
|
|
- plex.yaml
|
|
- stonegarden.yaml
|
|
# - test.yaml
|
|
- whoami.yaml |