Files
launchpad/argocd/_app-of-apps.yaml
Danijel Simeunovic 193a402906 labels
2026-02-08 23:45:30 +01:00

22 lines
445 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: infrastructure-apps
namespace: argocd
labels:
scope: infra
spec:
project: default
source:
repoURL: https://github.com/snothub/sturdy-adventure.git
path: argocd/apps
destination:
server: https://kubernetes.default.svc
namespace: infra
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true