diff --git a/_apps/odoo.yaml b/_apps/odoo.yaml deleted file mode 100644 index 8c86516..0000000 --- a/_apps/odoo.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: odoo - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: odoo - server: https://kubernetes.default.svc - project: apps - source: - path: odoo - repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git - targetRevision: HEAD - syncPolicy: - automated: - prune: true ---- -apiVersion: v1 -kind: Namespace -metadata: - name: odoo