stack.basicstack.de/apps/app-headlamp.yaml
CTO Agent 0bc48c2f7c Enable automated sync for Headlamp ArgoCD application
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-18 07:38:58 +00:00

20 lines
462 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: headlamp
namespace: argocd
spec:
project: default
source:
repoURL: git@forgejo.forgejo.svc.cluster.local:basicstack/stack.basicstack.de.git
targetRevision: main
path: apps/headlamp
destination:
server: https://kubernetes.default.svc
namespace: headlamp
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true