Files
launchpad/_app-of-apps.yaml
Danijel Simeunovic e7168373aa app of apps
2026-02-27 13:49:51 +01:00

23 lines
510 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
spec:
project: default
source:
repoURL: https://github.com/snothub/sturdy-adventure.git
path: infra
destination:
server: https://kubernetes.default.svc
namespace: infra
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true