Initial upload

This commit is contained in:
Automated pipeline 2025-06-03 12:05:41 +00:00 committed by Actions pipeline
parent 43c9d90439
commit 4dcce330b6
5 changed files with 25 additions and 2 deletions

View file

@ -0,0 +1,24 @@
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://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
targetRevision: HEAD
path: "otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo-runner"