22 lines
520 B
YAML

# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: mailu
# namespace: argocd
# spec:
# project: mail-services
# source:
# repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git'
# targetRevision: HEAD
# path: charts/mailu
# helm:
# valueFiles:
# - ../../manifests/mailu/values.yaml
# destination:
# server: https://kubernetes.default.svc
# namespace: mail-services
# syncPolicy:
# automated:
# prune: true
# selfHeal: true