Files
launchpad/apps/_app-of-apps.yaml
Danijel Simeunovic 66bb754979 feedback app
2026-02-09 15:58:24 +01:00

23 lines
502 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: enterprise-apps
namespace: argocd
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