mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 17:43:57 +07:00
11 lines
162 B
YAML
11 lines
162 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- bootstrap.yaml
|
|
- system.yaml
|
|
- platform.yaml
|
|
- apps.yaml
|
|
|
|
namespace: argocd
|