mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
35 lines
776 B
YAML
35 lines
776 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: ApplicationSet
|
|
metadata:
|
|
name: storage
|
|
namespace: argocd
|
|
labels:
|
|
dev.stonegarden: storage
|
|
spec:
|
|
generators:
|
|
- git:
|
|
repoURL: https://github.com/vehagn/homelab
|
|
revision: HEAD
|
|
directories:
|
|
- path: k8s/infra/storage/*
|
|
template:
|
|
metadata:
|
|
name: '{{ path.basename }}'
|
|
labels:
|
|
dev.stonegarden: storage
|
|
spec:
|
|
project: storage
|
|
source:
|
|
plugin:
|
|
name: kustomize-build-with-helm
|
|
repoURL: https://github.com/vehagn/homelab
|
|
targetRevision: HEAD
|
|
path: '{{ path }}'
|
|
destination:
|
|
name: in-cluster
|
|
namespace: argocd
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
prune: true
|