Disable almost all apps

This commit is contained in:
Ruben Hensen
2024-09-13 14:10:29 +02:00
parent bea178bd75
commit 9d8128e9b4
5 changed files with 0 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: mailu-folder
# spec:
# project: default
# source:
# repoURL: https://github.com/rubenhensen/k8scd.git
# targetRevision: HEAD
# path: mailu
# destination:
# server: https://kubernetes.default.svc
# namespace: mailu
# syncPolicy:
# syncOptions:
# - CreateNamespace=true
# automated:
# selfHeal: true
# prune: true