Re-add mailu

This commit is contained in:
Ruben Hensen
2024-09-14 22:20:37 +02:00
parent 2760c6a58a
commit 6ba42d70d3
+19 -19
View File
@@ -1,19 +1,19 @@
# apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
# kind: Application kind: Application
# metadata: metadata:
# name: mailu-folder name: mailu-folder
# spec: spec:
# project: default project: default
# source: source:
# repoURL: https://github.com/rubenhensen/k8scd.git repoURL: https://github.com/rubenhensen/k8scd.git
# targetRevision: HEAD targetRevision: HEAD
# path: mailu path: mailu
# destination: destination:
# server: https://kubernetes.default.svc server: https://kubernetes.default.svc
# namespace: mailu namespace: mailu
# syncPolicy: syncPolicy:
# syncOptions: syncOptions:
# - CreateNamespace=true - CreateNamespace=true
# automated: automated:
# selfHeal: true selfHeal: true
# prune: true prune: true