Files
Kubernetes.K3s.installLog/services/Gotify/application-gotify.yaml

19 lines
421 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gotify
namespace: argo-cd
spec:
destination:
namespace: gotify
server: https://kubernetes.default.svc
project: default
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
sources:
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
path: services/Gotify
targetRevision: HEAD