Files
k3s-gitops/apps/semaphore/application.yaml

21 lines
458 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: semaphore
namespace: argocd
spec:
project: default
source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k3s-gitops
path: apps/semaphore
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: semaphore
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true