Some checks failed
Build Container / build (push) Failing after 26s
- Deployment with forgejo-runner daemon + DinD sidecar - ConfigMap for runner configuration - Secret template for runner token (op inject) - ArgoCD Application definition Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
413 B
YAML
17 lines
413 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: forgejo-runner
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://forge.ops.eblu.me/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/manifests/forgejo-runner
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: forgejo-runner
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|