mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 23:37:57 +07:00
22 lines
442 B
YAML
22 lines
442 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: ApplicationSet
|
|
metadata:
|
|
name: system
|
|
spec:
|
|
generators:
|
|
- git:
|
|
repoURL: https://github.com/khuedoan/homelab.git
|
|
revision: master
|
|
directories:
|
|
- path: system/*
|
|
template:
|
|
metadata:
|
|
name: '{{path.basename}}'
|
|
spec:
|
|
destination:
|
|
server: in-cluster
|
|
namespace: '{{path.basename}}'
|
|
project: system
|
|
source:
|
|
path: '{{path}}'
|