Files
argocd/apps/argo-workflows.yaml
2025-07-04 01:45:11 -05:00

35 lines
862 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: argo-workflows
spec:
goTemplate: true
goTemplateOptions: ["missingkey=error"]
generators:
- list:
elements:
- cluster: production
url: https://kubernetes.default.svc
- cluster: staging
url: https://k3s-ctrl-lb.lab.kill0.net:6443
- cluster: development
url: https://k0s-ctrl-vip.lab.kill0.net:6443
template:
metadata:
name: 'argo-workflows-{{.cluster}}'
spec:
project: default
source:
repoURL: https://git.kill0.net/ryanc/argocd.git
targetRevision: HEAD
path: argo-workflows
destination:
server: '{{.url}}'
namespace: argo
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true