homelab-gitops/apps_bak/focalboard.yaml
gwg313 8d74a625bc
update
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-17 14:29:03 -04:00

20 lines
433 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: focalboard
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops
targetRevision: main
path: focalboard
destination:
server: https://kubernetes.default.svc
namespace: focalboard
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true