Files
launchpad/argocd/_app-of-apps.yaml
Danijel Simeunovic 3e943b5405 repo fix
2026-02-08 13:39:31 +01:00

44 lines
1.1 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: infrastructure-apps
namespace: argocd
spec:
goTemplate: true
generators:
- git:
repoURL: https://github.com/snothub/sturdy-adventure.git
revision: HEAD
directories:
- path: argocd/infra/*.yaml
template:
metadata:
name: "{{ .path.basenameNormalized }}"
labels:
app.kubernetes.io/name: "{{ .path.basenameNormalized }}"
app.kubernetes.io/part-of: platform
app.kubernetes.io/managed-by: argocd
spec:
project: default
source:
repoURL: https://github.com/snothub/sturdy-adventure.git
targetRevision: HEAD
path: "{{ .path.dir }}"
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- Validate=true
- ServerSideApply=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m