This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/_apps/kube-cleanup-operator.yaml

22 lines
486 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-cleanup-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: kube-cleanup-operator
server: https://kubernetes.default.svc
project: system
source:
path: kube-cleanup-operator
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
---
apiVersion: v1
kind: Namespace
metadata:
name: kube-cleanup-operator