25 lines
558 B
YAML
25 lines
558 B
YAML
|
|
apiVersion: argoproj.io/v1alpha1
|
||
|
|
kind: Application
|
||
|
|
metadata:
|
||
|
|
name: forgejo-runner
|
||
|
|
namespace: argocd
|
||
|
|
labels:
|
||
|
|
env: dev
|
||
|
|
finalizers:
|
||
|
|
- resources-finalizer.argocd.argoproj.io
|
||
|
|
spec:
|
||
|
|
project: default
|
||
|
|
syncPolicy:
|
||
|
|
automated:
|
||
|
|
selfHeal: true
|
||
|
|
syncOptions:
|
||
|
|
- CreateNamespace=true
|
||
|
|
retry:
|
||
|
|
limit: -1
|
||
|
|
destination:
|
||
|
|
server: "https://kubernetes.default.svc"
|
||
|
|
source:
|
||
|
|
repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
||
|
|
targetRevision: HEAD
|
||
|
|
path: "otc/final-test.t09.de/stacks/forgejo/forgejo-runner"
|