khuedoan-homelab/system/argocd/applicationsets/system.yaml
2021-08-22 18:04:08 +07:00

23 lines
499 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:
repoURL: https://github.com/khuedoan/homelab.git
path: '{{path}}'