Files
launchpad/argocd/_app-of-apps.yaml
Danijel Simeunovic cc8d815d5a infra
2026-02-08 23:30:36 +01:00

24 lines
559 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
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