2026-09-05 20:44:30 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: openproject
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
2026-09-05 21:56:24 +00:00
|
|
|
project: studio
|
2026-09-05 20:44:30 +00:00
|
|
|
source:
|
|
|
|
|
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/symcrest/k8s-platform.git
|
|
|
|
|
targetRevision: main
|
|
|
|
|
path: rendered/openproject
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: openproject
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: false
|
|
|
|
|
selfHeal: true
|