gf-k8s/main/apps/timemachine.yaml
Andrey Kartashov 5f2643631a add timemachine
2021-06-26 01:47:17 +07:00

21 lines
462 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: timemachine
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: timemachine
server: https://kubernetes.default.svc
project: default
source:
path: apps/timemachine
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true