Files
k8scd/apps/templates/stalwart-helm.yaml
T
Ruben Hensen 4f59c2062e Add Stalwart
2026-01-25 16:14:42 +01:00

23 lines
464 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: stalwart
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: v0.1.0
path: stalwart
destination:
server: https://kubernetes.default.svc
namespace: stalwart
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true