Some checks failed
Build Container / build (push) Failing after 4s
The service is 'docs', quartz is just the container image used. This allows future quartz-based sites with different names. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
398 B
YAML
18 lines
398 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: docs
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/manifests/docs
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: docs
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|