18 lines
432 B
YAML
18 lines
432 B
YAML
|
|
apiVersion: argoproj.io/v1alpha1
|
||
|
|
kind: Application
|
||
|
|
metadata:
|
||
|
|
name: openproject
|
||
|
|
namespace: argocd
|
||
|
|
spec:
|
||
|
|
project: platform
|
||
|
|
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
|