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

25 lines
556 B
YAML

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