stacks/template/registry/forgejo.yaml

25 lines
575 B
YAML
Raw Normal View History

2025-02-23 10:09:12 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: forgejo
2025-02-23 10:09:12 +00:00
namespace: argocd
labels:
env: dev
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
name: in-cluster
namespace: argocd
source:
path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/forgejo"
repoURL: "https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}"
targetRevision: HEAD
2025-02-23 10:09:12 +00:00
project: default
syncPolicy:
automated:
prune: true
2025-02-23 10:09:12 +00:00
selfHeal: true
syncOptions:
- CreateNamespace=true