mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
19 lines
440 B
YAML
19 lines
440 B
YAML
# 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 |