khuedoan-homelab/bootstrap/root-app/applicationsets/bootstrap.yaml
Khue Doan d4e6629464 fix(bootstrap): fix sync wave syntax
Please enter the commit message for your changes. Lines starting
2021-09-24 19:31:18 +07:00

28 lines
608 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: bootstrap
spec:
generators:
- git:
repoURL: https://github.com/khuedoan/homelab.git
revision: master
directories:
- path: bootstrap/*
template:
metadata:
name: '{{path.basename}}'
annotations:
argocd.argoproj.io/sync-wave: 1
spec:
destination:
name: in-cluster
project: default
source:
repoURL: https://github.com/khuedoan/homelab.git
path: '{{path}}'
syncPolicy:
automated:
prune: true
selfHeal: true