Files
launchpad/argocd/_app-of-apps.yaml
Danijel Simeunovic fe3794f691 simplify
2026-02-08 17:07:45 +01:00

26 lines
613 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: infrastructure-apps
namespace: argocd
labels:
app.kubernetes.io/name: infrastructure-apps
app.kubernetes.io/part-of: platform
app.kubernetes.io/managed-by: argocd
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
project: default
source:
repoURL: https://github.com/snothub/sturdy-adventure.git
path: argocd/infra
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true