khuedoan-homelab/system/argocd/applicationsets/system.yaml

23 lines
499 B
YAML
Raw Normal View History

2021-08-22 17:40:38 +07:00
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
2021-08-22 17:40:38 +07:00
path: '{{path}}'